Debug large torrent list issues

This commit is contained in:
John F
2015-05-07 22:06:27 -04:00
parent 5cb6adf483
commit 27ee683ac2
+1 -1
View File
@@ -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) {