From bde7a7fed6621d3a4b6b997497054fc7518ef005 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 29 Aug 2016 16:27:45 -0400 Subject: [PATCH] use normal lighthouse servers --- lbrynet/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 866851b3d..0097f1626 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -4,7 +4,7 @@ Some network wide and also application specific parameters import os -IS_DEVELOPMENT_VERSION = True +IS_DEVELOPMENT_VERSION = False MAX_HANDSHAKE_SIZE = 2**16 MAX_REQUEST_SIZE = 2**16