From 9ba6da1f4da8f153789ba7208c3c4e1920944c32 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 29 Aug 2016 16:28:49 -0400 Subject: [PATCH] set development version to false --- 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