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