mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 18:17:57 +00:00
make timeout 20 secs
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user