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,13 +77,13 @@ function init(app, config, rendertemplate) {
}
})();
}, 1580000); /* setInterval */
}, 600000);
}, 300000);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
}
}, 600000);
}, 300000);
}
module.exports = {
sinit: init,
};
};