improved email throttle
This commit is contained in:
@ -25,7 +25,10 @@ return [
|
||||
'throttles' => [
|
||||
'api' => env('APP_THROTTLES_API', '60'),
|
||||
'import' => env('APP_THROTTLES_IMPORT', '1'),
|
||||
'email' => env('APP_THROTTLES_EMAIL', '1'),
|
||||
'email' => [
|
||||
'minute' => env('APP_THROTTLES_EMAIL_MINUTE', '3'),
|
||||
'month' => env('APP_THROTTLES_EMAIL_MONTH', '500'),
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user