We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba2cd3 commit 90d0608Copy full SHA for 90d0608
server.js
@@ -514,7 +514,7 @@ class Server extends EventEmitter {
514
response.info_hash = common.hexToBinary(params.info_hash)
515
516
// WebSocket tracker should have a shorter interval – default: 12 seconds
517
- response.interval = Math.ceil(this.intervalMs / 1000 / 50)
+ response.interval = Math.ceil(this.intervalMs / 1000 / 100)
518
}
519
520
// Skip sending update back for 'answer' announce messages – not needed
0 commit comments