mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 02:17:47 +01:00
new timeout time :3
This commit is contained in:
parent
bd64d7f659
commit
5fb0393427
1 changed files with 3 additions and 3 deletions
|
@ -77,13 +77,13 @@ function init(app, config, rendertemplate) {
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 1580000); /* setInterval */
|
}, 1580000); /* setInterval */
|
||||||
}, 600000);
|
}, 300000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
}, 600000);
|
}, 300000);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
sinit: init,
|
sinit: init,
|
||||||
};
|
};
|
Loading…
Reference in a new issue