new timeout time :3

This commit is contained in:
Ashley 2023-08-05 20:41:13 +00:00
parent bd64d7f659
commit 5fb0393427

View file

@ -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 = {