announce_head_blobs_only is True by default
This commit is contained in:
parent
4941d1d31d
commit
cc98cdf933
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ ADJUSTABLE_SETTINGS = {
|
|||
'download_directory': (str, default_download_dir),
|
||||
'download_timeout': (int, 180),
|
||||
'is_generous_host': (bool, True),
|
||||
'announce_head_blobs_only': (bool, False),
|
||||
'announce_head_blobs_only': (bool, True),
|
||||
'known_dht_nodes': (list, DEFAULT_DHT_NODES, server_port),
|
||||
'lbryum_wallet_dir': (str, default_lbryum_dir),
|
||||
'max_connections_per_stream': (int, 5),
|
||||
|
|
Loading…
Reference in a new issue