diff --git a/ui/common/src/socket.ts b/ui/common/src/socket.ts index 4de4a3add83fe..a4fb668ea0197 100644 --- a/ui/common/src/socket.ts +++ b/ui/common/src/socket.ts @@ -9,7 +9,7 @@ let siteSocket: WsSocket | undefined; export function eventuallySetupDefaultConnection(): void { setTimeout(() => { if (!siteSocket) wsConnect('/socket/v5', false); - }, 300); + }, 500); } type Sri = string;