mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
make timeout 20 secs
This commit is contained in:
parent
340c2a4ce0
commit
7970db2091
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue