We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 452cd52 + d629748 commit 75146bbCopy full SHA for 75146bb
frontend/src/helpers/index.ts
@@ -357,7 +357,8 @@ function loadTableSettings(tableId: string): { id: string; show: boolean }[] {
357
* defaults to true. This is a feature flag to enable the websocket multiplexer.
358
*/
359
export function getWebsocketMultiplexerEnabled(): boolean {
360
- return import.meta.env.REACT_APP_ENABLE_WEBSOCKET_MULTIPLEXER !== 'false';
+ // TODO Reenable after #2805 and #2970 are fixed
361
+ return import.meta.env.REACT_APP_ENABLE_WEBSOCKET_MULTIPLEXER === 'true';
362
}
363
364
/**
0 commit comments