mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
set half-open connection lower on ms' retarded windows
This commit is contained in:
parent
54155670b5
commit
c35a13b227
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if common.windows_check():
|
||||||
"gui_update_interval" : 1.0,
|
"gui_update_interval" : 1.0,
|
||||||
"listen_on" : [6881,6889],
|
"listen_on" : [6881,6889],
|
||||||
"lock_tray" : False,
|
"lock_tray" : False,
|
||||||
"max_half_open" : 8,
|
"max_half_open" : 3,
|
||||||
"connection_speed" : -1,
|
"connection_speed" : -1,
|
||||||
"max_active_torrents" : 8,
|
"max_active_torrents" : 8,
|
||||||
"max_active_torrents_tmp" : 8,
|
"max_active_torrents_tmp" : 8,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue