mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:58:26 +01:00
make cooldown 50 secs
This commit is contained in:
parent
ea38b3fd3e
commit
76ccb074b1
1 changed files with 2 additions and 2 deletions
|
@ -91,11 +91,11 @@ function init(app, config, rendertemplate) {
|
|||
);
|
||||
}
|
||||
})();
|
||||
}, 125000);
|
||||
}, 55000);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
}, 120000);
|
||||
}, 50000);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in a new issue