fix: bootstraping frontend (#22720)
Co-authored-by: Christian Dreier <dreier.christian@gmail.com>
This commit is contained in:
parent
eed07410c7
commit
91850ebc57
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue