move cleanup: seed bonus and seeding leeching time to job

This commit is contained in:
xiaomlove
2022-10-28 14:17:10 +08:00
parent 410aed39cf
commit a61d1b0900
19 changed files with 404 additions and 110 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ return [
'max_content_width' => null,
'notifications' => [
'vertical_alignment' => 'top',
'alignment' => 'center',
'alignment' => 'right',
],
'sidebar' => [
'is_collapsible_on_desktop' => true,
+1 -1
View File
@@ -65,7 +65,7 @@ return [
'redis' => [
'driver' => 'redis',
'connection' => 'default',
'queue' => env('REDIS_QUEUE', 'default'),
'queue' => env('REDIS_QUEUE', 'nexus_queue'),
'retry_after' => 90,
'block_for' => null,
'after_commit' => true,