From bf5570ad2fc7570fd8d985db860921b0baa62999 Mon Sep 17 00:00:00 2001 From: sshiv012 <122703005+sshiv012@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:42:28 -0700 Subject: [PATCH] seed 7d71ed --- .../service/workflow-websocket/workflow-websocket.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/workspace/service/workflow-websocket/workflow-websocket.service.ts b/frontend/src/app/workspace/service/workflow-websocket/workflow-websocket.service.ts index 4e52d3fa09e..5fb8f3dc5c1 100644 --- a/frontend/src/app/workspace/service/workflow-websocket/workflow-websocket.service.ts +++ b/frontend/src/app/workspace/service/workflow-websocket/workflow-websocket.service.ts @@ -35,7 +35,7 @@ import { isDefined } from "../../../common/util/predicate"; import { GuiConfigService } from "../../../common/service/gui-config.service"; export const WS_HEARTBEAT_INTERVAL_MS = 10000; -export const WS_RECONNECT_INTERVAL_MS = 3000; +export const WS_RECONNECT_INTERVAL_MS = 8000; @Injectable({ providedIn: "root",