change queue job size to 1000

This commit is contained in:
xiaomlove
2023-02-21 01:49:17 +08:00
parent eb04b9d2d0
commit 285c6defdf
5 changed files with 21 additions and 5 deletions
+4
View File
@@ -44,6 +44,10 @@ class UpdateTorrentSeedersEtc implements ShouldQueue
return now()->addSeconds(Setting::get('main.autoclean_interval_three'));
}
public $tries = 1;
public $timeout = 1800;
/**
* Execute the job.
*