forked from LBRYCommunity/lbry-sdk
back to reflector 1
This commit is contained in:
parent
16cda60f31
commit
149fa625e0
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ ADJUSTABLE_SETTINGS = {
|
|||
# event the initial upload failed or was disconnected part way through, provided the auto_re_reflect_interval > 0)
|
||||
'reflect_uploads': (bool, True),
|
||||
'auto_re_reflect_interval': (int, 86400), # set to 0 to disable
|
||||
'reflector_servers': (list, [('reflector2.lbry.io', 5566)], server_list, server_list_reverse),
|
||||
'reflector_servers': (list, [('reflector.lbry.io', 5566)], server_list, server_list_reverse),
|
||||
'run_reflector_server': (bool, False), # adds `reflector` to components_to_skip unless True
|
||||
'sd_download_timeout': (int, 3),
|
||||
'share_usage_data': (bool, True), # whether to share usage stats and diagnostic info with LBRY
|
||||
|
|
Loading…
Reference in a new issue