Increase AUTHORIZATION_ERROR_THRESHOLD

This commit is contained in:
Pranav Raj S 2022-07-21 16:21:23 +05:30
parent 0c0f410727
commit 681dbeaf46

View file

@ -13,7 +13,7 @@
module Reauthorizable
extend ActiveSupport::Concern
AUTHORIZATION_ERROR_THRESHOLD = 15
AUTHORIZATION_ERROR_THRESHOLD = 150
# model attribute
def reauthorization_required?