make timeout 20 secs

This commit is contained in:
Ashley 2023-04-28 20:59:41 +00:00
parent 340c2a4ce0
commit 7970db2091

View file

@ -81,7 +81,7 @@ function init(app, config, rendertemplate) {
} catch (err) { } catch (err) {
initlog("[FAILED] Load pages \n" + err); initlog("[FAILED] Load pages \n" + err);
} }
}, 120000); }, 20000);
} }
module.exports = { module.exports = {