mirror of
https://codeberg.org/ashley/poke.git
synced 2025-03-14 22:38:49 +01:00
make timeout 10 mins
This commit is contained in:
parent
270b98bfe7
commit
a6fa28e96b
1 changed files with 3 additions and 3 deletions
|
@ -76,12 +76,12 @@ function init(app, config, rendertemplate) {
|
|||
);
|
||||
}
|
||||
})();
|
||||
}, 3500000); /* setInterval */
|
||||
}, 3000000);
|
||||
}, 1580000); /* setInterval */
|
||||
}, 600000);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
}, 3000000);
|
||||
}, 600000);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in a new issue