Tune seed bonus job batch and timeouts

Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
Qi HU
2025-12-18 13:09:54 +08:00
parent 7b0b51cb7e
commit 0307cb3e78
4 changed files with 5 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ class CleanupRepository extends BaseRepository
private static int $oneTaskSeconds = 0;
private static int $scanSize = 1000;
private static int $scanSize = 500;
public static function recordBatch(\Redis $redis, $uid, $torrentId)
{