mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Change max connections default setting to 200
This commit is contained in:
parent
f7a56b95ba
commit
f4ff7ec3a6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ DEFAULT_PREFS = {
|
|||
"enc_out_policy": 1,
|
||||
"enc_level": 2,
|
||||
"enc_prefer_rc4": True,
|
||||
"max_connections_global": -1,
|
||||
"max_connections_global": 200,
|
||||
"max_upload_speed": -1.0,
|
||||
"max_download_speed": -1.0,
|
||||
"max_upload_slots_global": 4,
|
||||
|
|
Loading…
Add table
Reference in a new issue