change timout time to 30secs

This commit is contained in:
Ashley 2023-09-07 19:00:03 +00:00
parent 2b9e16d06f
commit 8edc4424c0

View file

@ -77,11 +77,12 @@ function init(app, config, rendertemplate) {
} }
})(); })();
}, 1580000); /* setInterval */ }, 1580000); /* setInterval */
}, 300000); }, 30000);
} catch (err) { } catch (err) {
initlog("[FAILED] Load pages \n" + err); initlog("[FAILED] Load pages \n" + err);
console.error(err)
} }
}, 300000); }, 30000);
} }
module.exports = { module.exports = {