mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 11:35:11 +00:00
Debug large torrent list issues
This commit is contained in:
Vendored
+1
-1
@@ -295,7 +295,7 @@ client.prototype.stopTorrent = function(hash, callback) {
|
||||
|
||||
for (i = 0, len = hash.length; i < len; i++) {
|
||||
|
||||
rTorrent.get('d.close', [hash[i]]).then(function(data) {
|
||||
rTorrent.get('d.stop', [hash[i]]).then(function(data) {
|
||||
console.log('success: ' + data);
|
||||
callback(null, data);
|
||||
}, function(error) {
|
||||
|
||||
Reference in New Issue
Block a user