Reduce cooldown to 5 minutes

Stephen Paul Weber created

Change summary

sgx_jmp.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

sgx_jmp.rb 🔗

@@ -279,7 +279,7 @@ before nil, to: /\Acustomer_/, from: /(\A|@)#{CONFIG[:sgx]}(\/|\Z)/ do |s|
 			if SPAM_ERRS.include?(err)
 				REDIS.setex(
 					"jmp_customer_spam_detected-#{customer.customer_id}",
-					30 * 60,
+					5 * 60,
 					err
 				)
 			end