mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 06:17:47 +01:00
new timeout time :3
This commit is contained in:
parent
bd64d7f659
commit
5fb0393427
1 changed files with 3 additions and 3 deletions
|
@ -77,11 +77,11 @@ function init(app, config, rendertemplate) {
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 1580000); /* setInterval */
|
}, 1580000); /* setInterval */
|
||||||
}, 600000);
|
}, 300000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
}, 600000);
|
}, 300000);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in a new issue