Revert "Change sage cooldown to 60s on /q/. See #856"

This reverts commit 3ae93486f2591e4746b8fe2d0dc6f24c94f30d0c.
This commit is contained in:
Nicolas Stepien 2012-12-21 19:57:45 +01:00
parent 3ae93486f2
commit 9bccd62148
2 changed files with 2 additions and 2 deletions

View File

@ -1880,7 +1880,7 @@
return 300;
}
})(),
sage: 60,
sage: g.BOARD === 'q' ? 600 : 60,
file: g.BOARD === 'q' ? 300 : 30,
post: g.BOARD === 'q' ? 60 : 30
};

View File

@ -1446,7 +1446,7 @@ QR =
when 'q' then 86400
when 'b', 'soc', 'r9k' then 600
else 300
sage: 60
sage: if g.BOARD is 'q' then 600 else 60
file: if g.BOARD is 'q' then 300 else 30
post: if g.BOARD is 'q' then 60 else 30
QR.cooldown.cooldowns = $.get "#{g.BOARD}.cooldown", {}