mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 07:08:30 +00:00
fix damn web proxy pref
This commit is contained in:
parent
b7571ecddd
commit
6914216234
@ -86,6 +86,7 @@ if common.windows_check():
|
|||||||
"max_upload_speed_bps" : -1,
|
"max_upload_speed_bps" : -1,
|
||||||
"pref_rc4" : True,
|
"pref_rc4" : True,
|
||||||
"prioritize_first_last_pieces" : False,
|
"prioritize_first_last_pieces" : False,
|
||||||
|
"web_proxy": 0,
|
||||||
"web_proxy_type" : common.ProxyType.none,
|
"web_proxy_type" : common.ProxyType.none,
|
||||||
"peer_proxy_type" : common.ProxyType.none,
|
"peer_proxy_type" : common.ProxyType.none,
|
||||||
"dht_proxy_type" : common.ProxyType.none,
|
"dht_proxy_type" : common.ProxyType.none,
|
||||||
@ -204,6 +205,7 @@ else:
|
|||||||
"max_upload_speed_bps" : -1,
|
"max_upload_speed_bps" : -1,
|
||||||
"pref_rc4" : True,
|
"pref_rc4" : True,
|
||||||
"prioritize_first_last_pieces" : False,
|
"prioritize_first_last_pieces" : False,
|
||||||
|
"web_proxy": 0,
|
||||||
"web_proxy_type" : common.ProxyType.none,
|
"web_proxy_type" : common.ProxyType.none,
|
||||||
"peer_proxy_type" : common.ProxyType.none,
|
"peer_proxy_type" : common.ProxyType.none,
|
||||||
"dht_proxy_type" : common.ProxyType.none,
|
"dht_proxy_type" : common.ProxyType.none,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user