mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
Update Inbox
This commit is contained in:
parent
f24ea52bfc
commit
db84ae90f1
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ class Inbox
|
||||||
Log::error($e);
|
Log::error($e);
|
||||||
})
|
})
|
||||||
->onQueue('move')
|
->onQueue('move')
|
||||||
->delay(now()->addMinutes(random_int(5, 9)))
|
->delay(now()->addMinutes(random_int(2, 5)))
|
||||||
->dispatch();
|
->dispatch();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue