merope/deluge: don't limit no of seeding torrents

This commit is contained in:
Gabriel Fontes
2023-03-22 10:23:06 -03:00
parent 113c908a67
commit dc39b52fac
+3
View File
@@ -10,6 +10,9 @@
download_location = "/srv/torrents/downloading";
move_completed_path = "/srv/torrents/completed";
dont_count_slow_torrents = true;
max_active_seeding = -1;
max_active_limit = -1;
max_active_downloading = 8;
# Daemon on 58846
allow_remote = true;
daemon_port = 58846;