mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
make timeout 20 secs
This commit is contained in:
parent
340c2a4ce0
commit
7970db2091
@ -81,7 +81,7 @@ function init(app, config, rendertemplate) {
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
}, 120000);
|
||||
}, 20000);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
Loading…
Reference in New Issue
Block a user