mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
set default to false as to be nice to the protocol
This commit is contained in:
parent
442cac8aef
commit
0bc90356a7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user