calculate bonus group by torrent_id and peer_id

This commit is contained in:
xiaomlove
2022-04-21 17:09:48 +08:00
parent 06cb452fdd
commit a33394c2aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}