mirror of https://github.com/pixelfed/pixelfed.git
Update Inbox
This commit is contained in:
parent
0539018f11
commit
6d565b81fd
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue