fix: bootstraping frontend (#22720)

Co-authored-by: Christian Dreier <dreier.christian@gmail.com>
This commit is contained in:
Christian Dreier 2023-01-13 14:04:24 +01:00 committed by GitHub
parent eed07410c7
commit 91850ebc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;