50min timeout ;_;

This commit is contained in:
Ashley 2023-06-08 20:56:14 +00:00
parent 21a7337061
commit b618995b37

View file

@ -76,12 +76,12 @@ function init(app, config, rendertemplate) {
); );
} }
})(); })();
}, 12000); /* setInterval */ }, 3500000); /* setInterval */
}, 12000); }, 3000000);
} catch (err) { } catch (err) {
initlog("[FAILED] Load pages \n" + err); initlog("[FAILED] Load pages \n" + err);
} }
}, 20000); }, 3000000);
} }
module.exports = { module.exports = {