chose: increase mail limit per second
This commit is contained in:
parent
46454f193f
commit
3bcb4875f0
|
|
@ -24,7 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
public function boot(): void
|
||||
{
|
||||
RateLimiter::for('emails', function (object $job): Limit {
|
||||
return Limit::perSecond(1);
|
||||
return Limit::perSecond(30);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue