mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
set max_half_open default to 20 if not on a windows system
This commit is contained in:
parent
ceaec1897d
commit
adb7bcdf38
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ else:
|
|||
"gui_update_interval" : 1.0,
|
||||
"listen_on" : [6881,6889],
|
||||
"lock_tray" : False,
|
||||
"max_half_open" : 8,
|
||||
"max_half_open" : 20,
|
||||
"max_active_torrents" : 8,
|
||||
"max_active_torrents_tmp" : 8,
|
||||
"max_connections_global" : 200,
|
||||
|
|
Loading…
Add table
Reference in a new issue