From 9faa4ec3ff0da77384f7301dc4a62e2a9a9b9e9c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 1 Feb 2012 20:57:43 +0100 Subject: [PATCH] Fix #156 --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 194f39ca3..a814c24a8 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1730,7 +1730,7 @@ if (err) { if (err === 'You seem to have mistyped the verification.' || err === 'Connection error with sys.4chan.org.') { qr.cooldown.auto = !!$.get('captchas', []).length; - qr.cooldown.set(10); + qr.cooldown.set(2); } else { qr.cooldown.auto = false; } diff --git a/script.coffee b/script.coffee index 25eae008e..f9cf2b76c 100644 --- a/script.coffee +++ b/script.coffee @@ -1309,7 +1309,7 @@ qr = qr.cooldown.auto = !!$.get('captchas', []).length # Too many frequent mistyped captchas will auto-ban you! # On connection error, the post most likely didn't go through. - qr.cooldown.set 10 + qr.cooldown.set 2 else # stop auto-posting qr.cooldown.auto = false qr.status()