set default max torrents to 8

This commit is contained in:
Marcos Pinto 2007-08-01 20:44:40 +00:00
parent 413c72d0aa
commit be362d194c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ DEFAULT_PREFS = {
"gui_update_interval" : 1.0,
"listen_on" : [6881,6889],
"lock_tray" : False,
"max_active_torrents" : -1,
"max_active_torrents" : 8,
"max_connections" : 200,
"max_download_speed" : -1,
"max_download_speed_bps": -1,