Remove dubious seeding time max value

PR #22624.
This commit is contained in:
Vladimir Golovnev
2025-05-01 08:57:10 +03:00
committed by Vladimir Golovnev (Glassez)
parent a721540e6c
commit f4e6b515c2
6 changed files with 21 additions and 28 deletions

View File

@@ -132,8 +132,6 @@ namespace BitTorrent
static const int NO_INACTIVE_SEEDING_TIME_LIMIT;
static const qreal MAX_RATIO;
static const int MAX_SEEDING_TIME;
static const int MAX_INACTIVE_SEEDING_TIME;
using TorrentContentHandler::TorrentContentHandler;