1
Fork 0

Fix max torrent limit for deluge

This commit is contained in:
caem 2023-07-06 23:39:04 +02:00
parent 85d690848d
commit 07fb6072d3

View file

@ -17,9 +17,9 @@
listen_interface = "wg0";
allow_remote = true;
listen_ports = [ 57597 ];
max_active_seeding = 0;
max_active_seeding = -1;
max_active_downloading = 5;
max_active_limite = 0;
max_active_limite = -1;
};
};