set development version to false

This commit is contained in:
Jack Robison 2016-08-29 16:28:49 -04:00 committed by GitHub
parent 1671034330
commit 9ba6da1f4d

View file

@ -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