aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r--server/initializers/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts
index d1f94e6e6..164de041e 100644
--- a/server/initializers/constants.ts
+++ b/server/initializers/constants.ts
@@ -672,7 +672,7 @@ const TRACKER_RATE_LIMITS = {
672 INTERVAL: 60000 * 5, // 5 minutes 672 INTERVAL: 60000 * 5, // 5 minutes
673 ANNOUNCES_PER_IP_PER_INFOHASH: 15, // maximum announces per torrent in the interval 673 ANNOUNCES_PER_IP_PER_INFOHASH: 15, // maximum announces per torrent in the interval
674 ANNOUNCES_PER_IP: 30, // maximum announces for all our torrents in the interval 674 ANNOUNCES_PER_IP: 30, // maximum announces for all our torrents in the interval
675 BLOCK_IP_LIFETIME: 60000 * 10 // 10 minutes 675 BLOCK_IP_LIFETIME: 60000 * 3 // 3 minutes
676} 676}
677 677
678const P2P_MEDIA_LOADER_PEER_VERSION = 2 678const P2P_MEDIA_LOADER_PEER_VERSION = 2