mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-27 05:05:31 +00:00
set default to false as to be nice to the protocol
This commit is contained in:
parent
442cac8aef
commit
0bc90356a7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue