mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 02:20:54 +08:00
calculate bonus group by torrent_id and peer_id
This commit is contained in:
@@ -704,7 +704,7 @@ class TrackerRepository extends BaseRepository
|
||||
'downloaded_increment' => $realDownloaded,
|
||||
'downloaded_increment_for_user' => $realDownloaded * $downRatio,
|
||||
];
|
||||
do_log("$log, result: " . json_encode($result));
|
||||
do_log("$log, result: " . json_encode($result), 'alert');
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user