mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:34:40 -05:00
change timout time to 30secs
This commit is contained in:
parent
2b9e16d06f
commit
8edc4424c0
1 changed files with 3 additions and 2 deletions
|
@ -77,11 +77,12 @@ function init(app, config, rendertemplate) {
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 1580000); /* setInterval */
|
}, 1580000); /* setInterval */
|
||||||
}, 300000);
|
}, 30000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
|
console.error(err)
|
||||||
}
|
}
|
||||||
}, 300000);
|
}, 30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in a new issue