set default to false as to be nice to the protocol

This commit is contained in:
Marcos Pinto 2007-07-23 23:31:52 +00:00
parent 442cac8aef
commit 0bc90356a7

View File

@ -70,7 +70,7 @@ DEFAULT_PREFS = {
"max_upload_speed_bps" : -1,
"max_uploads" : 2,
"pref_rc4" : True,
"prioritize_first_last_pieces" : True,
"prioritize_first_last_pieces" : False,
"proxy_type" : common.ProxyType.none,
"peer_proxy" : False,
"tracker_proxy" : False,