From ad435da377cdd4a94ceda5c17bfaf6ba9b2bd78a Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2017 10:58:53 -0500 Subject: [PATCH] fix typo --- lib/auth/default_current_user_provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/default_current_user_provider.rb b/lib/auth/default_current_user_provider.rb index f35e97c4638..4709ac1aebb 100644 --- a/lib/auth/default_current_user_provider.rb +++ b/lib/auth/default_current_user_provider.rb @@ -12,7 +12,7 @@ class Auth::DefaultCurrentUserProvider TOKEN_COOKIE ||= "_t".freeze PATH_INFO ||= "PATH_INFO".freeze COOKIE_ATTEMPTS_PER_MIN ||= 10 - # allow up to 20 cookie misses, this may be the case + # allow up to 10 cookie misses, this may be the case # when requests are delayed in weird ways, for example # on mobile when coming back online MAX_COOKIE_MISSES ||= 10