mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[config] clarifications around SUPERSET_WEBSERVER_TIMEOUT (#6840)
This commit is contained in:
committed by
Krist Wongsuphasawat
parent
0b1fbf8299
commit
73e119a84e
@@ -59,7 +59,13 @@ SUPERSET_CELERY_WORKERS = 32 # deprecated
|
||||
|
||||
SUPERSET_WEBSERVER_ADDRESS = '0.0.0.0'
|
||||
SUPERSET_WEBSERVER_PORT = 8088
|
||||
SUPERSET_WEBSERVER_TIMEOUT = 60 # deprecated
|
||||
|
||||
# This is an important setting, and should be lower than your
|
||||
# [load balancer / proxy / envoy / kong / ...] timeout settings.
|
||||
# You should also make sure to configure your WSGI server
|
||||
# (gunicorn, nginx, apache, ...) timeout setting to be <= to this setting
|
||||
SUPERSET_WEBSERVER_TIMEOUT = 60
|
||||
|
||||
SUPERSET_DASHBOARD_POSITION_DATA_LIMIT = 65535
|
||||
EMAIL_NOTIFICATIONS = False
|
||||
CUSTOM_SECURITY_MANAGER = None
|
||||
|
||||
Reference in New Issue
Block a user