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

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();
}
}