diff --git a/app/Services/Email/Email.php b/app/Services/Email/Email.php index 6f0488c2be96..ac606a0b2e9e 100644 --- a/app/Services/Email/Email.php +++ b/app/Services/Email/Email.php @@ -76,7 +76,7 @@ class Email implements ShouldQueue public function backoff() { // return [10, 30, 60, 240]; - return [rand(5, 10), rand(30, 40), rand(60, 79), rand(160, 400)]; + return [rand(10, 20), rand(30, 45), rand(60, 79), rand(160, 400)]; } public function handle()