diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 067d217b4..bba2fc13a 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -231,8 +231,7 @@ QR = QR.cooldown.types = thread: switch board when 'q' then 86400 - when 'b', 'soc', 'r9k' then 600 - else 300 + else 600 sage: if board is 'q' then 600 else 120 file: if board is 'q' then 300 else 60 post: if board is 'q' then 150 else 60