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 6c1ce82 commit d705be7Copy full SHA for d705be7
lib/common.js
@@ -6,7 +6,7 @@ var extend = require('xtend/mutable')
6
7
exports.DEFAULT_ANNOUNCE_INTERVAL = 30 * 60 * 1000 // 30 minutes
8
9
-exports.DEFAULT_ANNOUNCE_PEERS = 50
+exports.DEFAULT_ANNOUNCE_PEERS = process.browser ? 5 : 50
10
exports.MAX_ANNOUNCE_PEERS = 82
11
12
exports.binaryToHex = function (str) {
0 commit comments