From 395726aef0442b3c6f76845476d1cb3170440a02 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 21 Jun 2015 14:41:22 -0700 Subject: [PATCH] Set timeout to 10 minutes until I find out what it really is. --- src/Posting/Captcha.noscript.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/Captcha.noscript.coffee b/src/Posting/Captcha.noscript.coffee index cbcb614b2..4c1413a7e 100644 --- a/src/Posting/Captcha.noscript.coffee +++ b/src/Posting/Captcha.noscript.coffee @@ -1,5 +1,5 @@ Captcha.noscript = - lifetime: 2 * $.MINUTE + lifetime: 10 * $.MINUTE init: -> return if d.cookie.indexOf('pass_enabled=1') >= 0