mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: bootstraping frontend (#22720)
Co-authored-by: Christian Dreier <dreier.christian@gmail.com>
This commit is contained in:
@@ -236,7 +236,7 @@ export const init = (appConfig?: AppConfig) => {
|
||||
retriesByJobId = {};
|
||||
lastReceivedEventId = null;
|
||||
|
||||
config = appConfig || getBootstrapData().config;
|
||||
config = appConfig || getBootstrapData().common.conf;
|
||||
transport = config.GLOBAL_ASYNC_QUERIES_TRANSPORT || TRANSPORT_POLLING;
|
||||
pollingDelayMs = config.GLOBAL_ASYNC_QUERIES_POLLING_DELAY || 500;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user