1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:54:42 -05:00

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) {
initlog("[FAILED] Load pages \n" + err);
}
}, 120000);
}, 20000);
}
module.exports = {