mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Set max connections per second default to 20 since this seems to fix
the slow speed issue that some people experience.
This commit is contained in:
parent
399304b8d4
commit
1004b8091f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ DEFAULT_PREFS = {
|
|||
"max_download_speed": -1.0,
|
||||
"max_upload_slots_global": 4,
|
||||
"max_half_open_connections": -1,
|
||||
"max_connections_per_second": -1,
|
||||
"max_connections_per_second": 20,
|
||||
"ignore_limits_on_local_network": True,
|
||||
"max_connections_per_torrent": -1,
|
||||
"max_upload_slots_per_torrent": -1,
|
||||
|
|
Loading…
Add table
Reference in a new issue