mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix typo
This commit is contained in:
parent
ad6cb3c638
commit
ad435da377
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue