file and peer plugins on by default and change upload slots

This commit is contained in:
Marcos Pinto 2007-08-31 19:29:57 +00:00
parent 547766cdf9
commit 782457d8d7

View File

@ -54,7 +54,7 @@ DEFAULT_PREFS = {
"choose_directory_dialog_path": os.path.expanduser("~/"), "choose_directory_dialog_path": os.path.expanduser("~/"),
"enable_dht" : True, "enable_dht" : True,
"enable_system_tray" : True, "enable_system_tray" : True,
"enabled_plugins" : "", "enabled_plugins" : "Torrent Files:Torrent Peers",
"encin_state" : common.EncState.enabled, "encin_state" : common.EncState.enabled,
"encout_state" : common.EncState.enabled, "encout_state" : common.EncState.enabled,
"enclevel_type" : common.EncLevel.both, "enclevel_type" : common.EncLevel.both,
@ -67,7 +67,7 @@ DEFAULT_PREFS = {
"max_connections_per_torrent" : -1, "max_connections_per_torrent" : -1,
"max_download_speed" : -1, "max_download_speed" : -1,
"max_download_speed_bps": -1, "max_download_speed_bps": -1,
"max_upload_slots_global" : 15, "max_upload_slots_global" : 4,
"max_upload_slots_per_torrent" : -1, "max_upload_slots_per_torrent" : -1,
"max_upload_speed" : -1, "max_upload_speed" : -1,
"max_upload_speed_bps" : -1, "max_upload_speed_bps" : -1,