set max_half_open default to 20 if not on a windows system

This commit is contained in:
Marcos Pinto 2007-11-24 03:12:18 +00:00
parent ceaec1897d
commit adb7bcdf38
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ else:
"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" : 20,
"max_active_torrents" : 8, "max_active_torrents" : 8,
"max_active_torrents_tmp" : 8, "max_active_torrents_tmp" : 8,
"max_connections_global" : 200, "max_connections_global" : 200,