Skip to content

Commit ba55706

Browse files
committed
Default announce time set to 30 s
1 parent 42d1d1d commit ba55706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
var extend = require('xtend/mutable')
66

7-
exports.DEFAULT_ANNOUNCE_INTERVAL = 30 * 60 * 1000 // 30 minutes
7+
exports.DEFAULT_ANNOUNCE_INTERVAL = 30 * 1000 // 30 minutes
88

99
exports.DEFAULT_ANNOUNCE_PEERS = 50
1010
exports.MAX_ANNOUNCE_PEERS = 82

0 commit comments

Comments
 (0)