We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16529c8 + 4a3029d commit 25372f6Copy full SHA for 25372f6
frontend/src/helpers/index.ts
@@ -357,8 +357,7 @@ 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
- // TODO Reenable after #2936 is fixed
361
- return import.meta.env.REACT_APP_ENABLE_WEBSOCKET_MULTIPLEXER === 'true';
+ return import.meta.env.REACT_APP_ENABLE_WEBSOCKET_MULTIPLEXER !== 'false';
362
}
363
364
/**
0 commit comments