Fix max torrent limit for deluge
This commit is contained in:
parent
85d690848d
commit
07fb6072d3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue