@@ -5,7 +5,7 @@ import { VUE_APP_WK_SERVER_SOCKET_FOR_AUDIO } from "@/constants/constants";
let ws;
let shouldReconnect = true;
let heartbeatIds = [];
-const RECONNECT_INTERVAL = 3000;
+const RECONNECT_INTERVAL = 6 * 1000;
const HEARTBEAT_INTERVAL = 50 * 1000;
let reconnectNumber = 0;