Skip to content

Commit b4ec6fc

Browse files
committed
fix huge websocket tracker interval
1 parent 208ae5d commit b4ec6fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ Server.prototype._onWebSocketRequest = function (socket, params) {
316316

317317
var peers = response.peers
318318
delete response.peers
319-
response.interval = self.intervalMs
320319
response.info_hash = common.hexToBinary(params.info_hash)
321320

322321
socket.send(JSON.stringify(response), socket.onSend)

0 commit comments

Comments
 (0)