forked from LBRYCommunity/lbry-sdk
turn on head blob announce seek for clients
This commit is contained in:
parent
300426b912
commit
66152a8f93
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ ADJUSTABLE_SETTINGS = {
|
|||
'known_dht_nodes': (list, DEFAULT_DHT_NODES, server_port),
|
||||
'lbryum_wallet_dir': (str, default_lbryum_dir),
|
||||
'max_connections_per_stream': (int, 5),
|
||||
'seek_head_blob_first': (bool, False),
|
||||
'seek_head_blob_first': (bool, True),
|
||||
# TODO: writing json on the cmd line is a pain, come up with a nicer
|
||||
# parser for this data structure. maybe 'USD:25'
|
||||
'max_key_fee': (json.loads, {'currency': 'USD', 'amount': 50.0}),
|
||||
|
|
Loading…
Add table
Reference in a new issue