2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update doods

This commit is contained in:
kev
2020-09-15 13:00:51 +08:00
parent 312555027e
commit 17ff2e4ddc
8 changed files with 36 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
PYTHONPATH=/home/superset/superset
SUPERSET_HOME=/home/superset/superset
GUNICORN_CMD_ARGS="--workers=4 --timeout=60 --bind=0.0.0.0:8088 --limit-request-line=0 --limit-request-field_size=0"
GUNICORN_CMD_ARGS="--workers=4 --threads=4 --timeout=60 --bind=0.0.0.0:8088 --limit-request-line=0 --limit-request-field_size=0"