Update Inbox

This commit is contained in:
Daniel Supernault 2024-09-11 02:57:18 -06:00
parent 0539018f11
commit 6d565b81fd
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,7 @@ class Inbox
Log::error($e);
})
->onQueue('move')
->delay(now()->addMinutes(random_int(2, 5)))
->delay(now()->addMinutes(random_int(1, 3)))
->dispatch();
}
}