Increase AUTHORIZATION_ERROR_THRESHOLD
This commit is contained in:
parent
0c0f410727
commit
681dbeaf46
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
module Reauthorizable
|
module Reauthorizable
|
||||||
extend ActiveSupport::Concern
|
extend ActiveSupport::Concern
|
||||||
|
|
||||||
AUTHORIZATION_ERROR_THRESHOLD = 15
|
AUTHORIZATION_ERROR_THRESHOLD = 150
|
||||||
|
|
||||||
# model attribute
|
# model attribute
|
||||||
def reauthorization_required?
|
def reauthorization_required?
|
||||||
|
|
Loading…
Reference in a new issue