Make refill interval longer (2:30)

This commit is contained in:
7cc5c4f330d47060 2024-08-06 20:48:40 -04:00
parent 2ef210a71f
commit dece905d66
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:ACESPPwnsy88x7h9TZQ44QamQIRO9ngTeusTB6Kg9cY

View file

@ -6,7 +6,7 @@ const cs = {
}
module.exports = {
load: function (b) {
b.interval.commandFill = setInterval(() => { if (b.sc_tasks.cc) b.sc_tasks.cc.failed = 1 }, 60000)
b.interval.commandFill = setInterval(() => { if (b.sc_tasks.cc) b.sc_tasks.cc.failed = 1 }, 150000)
b.ccq = []
b.blocknoX = 0
b.blocknoZ = 0