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