From 641de541b4a7fa021287bab860305c081f4f1cbb Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 17 Sep 2013 09:48:58 +0200 Subject: [PATCH] Thread creation cooldown duration is 600 seconds. --- src/Posting/QR.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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