mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix cleanup jobs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user