mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +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 */
|
||||
}, 600000);
|
||||
}, 300000);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
}, 600000);
|
||||
}, 300000);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
sinit: init,
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue