From 0fc116fbdb6b43c3b103c5156ed73ed2ca0a5cfa Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Mon, 25 Sep 2017 13:18:07 -0400 Subject: [PATCH] Change to reflector2 in conf --- lbrynet/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index ddd9036cb..29f730f9b 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -272,7 +272,7 @@ ADJUSTABLE_SETTINGS = { # at every auto_re_reflect_interval seconds, useful if initial reflect is unreliable 'auto_re_reflect': (bool, True), 'auto_re_reflect_interval': (int, 3600), - 'reflector_servers': (list, [('reflector.lbry.io', 5566)], server_port), + 'reflector_servers': (list, [('reflector2.lbry.io', 5566)], server_port), 'run_reflector_server': (bool, False), 'sd_download_timeout': (int, 3), 'share_usage_data': (bool, True), # whether to share usage stats and diagnostic info with LBRY