From 0bc90356a70c650af746d33d3b8ea1c6f6ccadcc Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 23 Jul 2007 23:31:52 +0000 Subject: [PATCH] set default to false as to be nice to the protocol --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 37e6f1569..e57b999ce 100644 --- a/src/pref.py +++ b/src/pref.py @@ -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,