update translations + fix doc

This commit is contained in:
ziirish 2017-02-21 08:47:28 +01:00
parent f21c4f6d1a
commit 081bd2d275
12 changed files with 177 additions and 64 deletions

View file

@ -1,7 +1,7 @@
CONFIG = {
'working_dir': '/',
'args': (
'--preload',
# '--preload',
'--bind=0.0.0.0:5000',
'--user=burpui',
'--group=burpui',

View file

@ -79,9 +79,7 @@ worker_connections = 1000
timeout = 300
keepalive = 2
# Set this to False when using a MySQL database because the MySQL driver does
# not play nicely with concurrency
preload = True
preload = False
#
# spew - Install a trace function that spews every line of Python