mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
make cooldown 50 secs
This commit is contained in:
parent
c1290a43e5
commit
a140949e0f
@ -91,11 +91,11 @@ function init(app, config, rendertemplate) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 125000);
|
}, 55000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
}, 120000);
|
}, 50000);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
Reference in New Issue
Block a user