1
0
Fork 0

Reduce P2P blacklist in tracker

This commit is contained in:
Chocobozzz 2020-11-05 10:28:05 +01:00 committed by Chocobozzz
parent 99fa5c5bad
commit ba881f0e3f
1 changed files with 1 additions and 1 deletions

View File

@ -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