1
Fork 0

make super init 2 mins

This commit is contained in:
Ashley 2023-01-07 19:08:01 +00:00
parent 63de51fae9
commit 963a35145a

View file

@ -92,11 +92,11 @@ function init(app, config, rendertemplate) {
); );
} }
})(); })();
}, 1230000); }, 150000);
} catch (err) { } catch (err) {
initlog("[FAILED] Load pages \n" + err); initlog("[FAILED] Load pages \n" + err);
} }
}, 1200000); }, 120000);
} }
module.exports = { module.exports = {