modified connection name in middleware for process eve mails RL
This commit is contained in:
@@ -171,6 +171,7 @@ class ProcessSendEveMailJob implements ShouldQueue
|
||||
$rateLimitedMiddleware = (new RateLimited())
|
||||
->enabled()
|
||||
->key('psemj')
|
||||
->connectionName('default')
|
||||
->allow(4)
|
||||
->everySeconds(60)
|
||||
->releaseAfterOneMinute()
|
||||
|
||||
Reference in New Issue
Block a user