diff --git a/src/Menu/DeleteLink.coffee b/src/Menu/DeleteLink.coffee index 1912733c6..828436575 100644 --- a/src/Menu/DeleteLink.coffee +++ b/src/Menu/DeleteLink.coffee @@ -84,7 +84,7 @@ DeleteLink = delete DeleteLink.cooldown.counting return DeleteLink.cooldown.counting = post - length = 30 + length = 60 seconds = Math.ceil (length * $.SECOND - (Date.now() - post.info.date)) / $.SECOND DeleteLink.cooldown.count post, seconds, length, node count: (post, seconds, length, node) -> diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 86cfa9510..067d217b4 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -233,9 +233,9 @@ QR = when 'q' then 86400 when 'b', 'soc', 'r9k' then 600 else 300 - sage: if board is 'q' then 600 else 60 - file: if board is 'q' then 300 else 30 - post: if board is 'q' then 150 else 30 + 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 QR.cooldown.upSpd = 0 QR.cooldown.upSpdAccuracy = .5 $.get "cooldown.#{board}", {}, (item) ->