mirror of https://github.com/Chocobozzz/PeerTube
Reduce P2P blacklist in tracker
parent
99fa5c5bad
commit
ba881f0e3f
|
@ -672,7 +672,7 @@ const TRACKER_RATE_LIMITS = {
|
|||
INTERVAL: 60000 * 5, // 5 minutes
|
||||
ANNOUNCES_PER_IP_PER_INFOHASH: 15, // maximum announces per torrent in the interval
|
||||
ANNOUNCES_PER_IP: 30, // maximum announces for all our torrents in the interval
|
||||
BLOCK_IP_LIFETIME: 60000 * 10 // 10 minutes
|
||||
BLOCK_IP_LIFETIME: 60000 * 3 // 3 minutes
|
||||
}
|
||||
|
||||
const P2P_MEDIA_LOADER_PEER_VERSION = 2
|
||||
|
|
Loading…
Reference in New Issue