mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Bumping SQLLAB_ASYNC_TIME_LIMIT_SEC default config to 6 hours
This commit is contained in:
@@ -263,7 +263,7 @@ SQLLAB_DEFAULT_DBID = None
|
||||
|
||||
# The MAX duration (in seconds) a query can run for before being killed
|
||||
# by celery.
|
||||
SQLLAB_ASYNC_TIME_LIMIT_SEC = 10
|
||||
SQLLAB_ASYNC_TIME_LIMIT_SEC = 60 * 60 * 6
|
||||
|
||||
# An instantiated derivative of werkzeug.contrib.cache.BaseCache
|
||||
# if enabled, it can be used to store the results of long-running queries
|
||||
|
||||
Reference in New Issue
Block a user