set development version to false
This commit is contained in:
parent
1671034330
commit
9ba6da1f4d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Some network wide and also application specific parameters
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
IS_DEVELOPMENT_VERSION = True
|
IS_DEVELOPMENT_VERSION = False
|
||||||
|
|
||||||
MAX_HANDSHAKE_SIZE = 2**16
|
MAX_HANDSHAKE_SIZE = 2**16
|
||||||
MAX_REQUEST_SIZE = 2**16
|
MAX_REQUEST_SIZE = 2**16
|
||||||
|
|
Loading…
Add table
Reference in a new issue