Skip to content

Commit

Permalink
fix: bootstraping frontend (#22720)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Dreier <dreier.christian@gmail.com>
  • Loading branch information
cdreier and Christian Dreier committed Jan 13, 2023
1 parent eed0741 commit 91850eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/middleware/asyncEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 91850eb

Please sign in to comment.