mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 19:06:27 +00:00
fix huge websocket tracker interval
This commit is contained in:
parent
208ae5d911
commit
b4ec6fcbc4
@ -316,7 +316,6 @@ Server.prototype._onWebSocketRequest = function (socket, params) {
|
||||
|
||||
var peers = response.peers
|
||||
delete response.peers
|
||||
response.interval = self.intervalMs
|
||||
response.info_hash = common.hexToBinary(params.info_hash)
|
||||
|
||||
socket.send(JSON.stringify(response), socket.onSend)
|
||||
|
Loading…
Reference in New Issue
Block a user