diff --git a/4chan_x.user.js b/4chan_x.user.js index c50954f23..18ea61cd5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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 }; diff --git a/script.coffee b/script.coffee index d7a1e78c2..5a49378a0 100644 --- a/script.coffee +++ b/script.coffee @@ -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", {}