aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-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 4e1c8dda7..67df3df80 100644
--- a/server/initializers/constants.ts
+++ b/server/initializers/constants.ts
@@ -452,7 +452,7 @@ const FEEDS = {
452 452
453const TRACKER_RATE_LIMITS = { 453const TRACKER_RATE_LIMITS = {
454 INTERVAL: 60000 * 5, // 5 minutes 454 INTERVAL: 60000 * 5, // 5 minutes
455 ANNOUNCES_PER_IP_PER_INFOHASH: 10, // maximum announces per torrent in the interval 455 ANNOUNCES_PER_IP_PER_INFOHASH: 15, // maximum announces per torrent in the interval
456 ANNOUNCES_PER_IP: 30 // maximum announces for all our torrents in the interval 456 ANNOUNCES_PER_IP: 30 // maximum announces for all our torrents in the interval
457} 457}
458 458