Change sage cooldown to 60s on /q/. See #856
This commit is contained in:
parent
19291a1771
commit
3ae93486f2
@ -1880,7 +1880,7 @@
|
|||||||
return 300;
|
return 300;
|
||||||
}
|
}
|
||||||
})(),
|
})(),
|
||||||
sage: g.BOARD === 'q' ? 600 : 60,
|
sage: 60,
|
||||||
file: g.BOARD === 'q' ? 300 : 30,
|
file: g.BOARD === 'q' ? 300 : 30,
|
||||||
post: g.BOARD === 'q' ? 60 : 30
|
post: g.BOARD === 'q' ? 60 : 30
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1446,7 +1446,7 @@ QR =
|
|||||||
when 'q' then 86400
|
when 'q' then 86400
|
||||||
when 'b', 'soc', 'r9k' then 600
|
when 'b', 'soc', 'r9k' then 600
|
||||||
else 300
|
else 300
|
||||||
sage: if g.BOARD is 'q' then 600 else 60
|
sage: 60
|
||||||
file: if g.BOARD is 'q' then 300 else 30
|
file: if g.BOARD is 'q' then 300 else 30
|
||||||
post: if g.BOARD is 'q' then 60 else 30
|
post: if g.BOARD is 'q' then 60 else 30
|
||||||
QR.cooldown.cooldowns = $.get "#{g.BOARD}.cooldown", {}
|
QR.cooldown.cooldowns = $.get "#{g.BOARD}.cooldown", {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user