From 681dbeaf46859cb6b72a25b26179d5aa2431a758 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Thu, 21 Jul 2022 16:21:23 +0530 Subject: [PATCH] Increase AUTHORIZATION_ERROR_THRESHOLD --- app/models/concerns/reauthorizable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/reauthorizable.rb b/app/models/concerns/reauthorizable.rb index b830176e2..c29c7c187 100644 --- a/app/models/concerns/reauthorizable.rb +++ b/app/models/concerns/reauthorizable.rb @@ -13,7 +13,7 @@ module Reauthorizable extend ActiveSupport::Concern - AUTHORIZATION_ERROR_THRESHOLD = 15 + AUTHORIZATION_ERROR_THRESHOLD = 150 # model attribute def reauthorization_required?