fix cleanup jobs

This commit is contained in:
xiaomlove
2024-11-08 03:33:15 +08:00
parent 567d4fd16d
commit 6f3536f4cc
4 changed files with 6 additions and 6 deletions

View File

@@ -6084,7 +6084,7 @@ function calculate_seed_bonus($uid, $torrentIdArr = null): array
do_log(sprintf(
"$logPrefix, torrent: %s, peer ID: %s, weeks: %s, size_raw: %s GB, size: %s GB, increase A: %s, increase official A: %s",
$torrent['id'], $torrent['peerID'], $weeks_alive, $gb_size_raw, $gb_size, $temp, $officialAIncrease
));
), "debug");
}
if ($count > $maxseeding_bonus)
$count = $maxseeding_bonus;