From 7907f31b986c9a2e486d6e038efca02134985890 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:35:29 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/ui/_common_/stream-indicator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/ui/_common_/stream-indicator.vue b/packages/frontend/src/ui/_common_/stream-indicator.vue index bf4fcb23d1..4c28b47757 100644 --- a/packages/frontend/src/ui/_common_/stream-indicator.vue +++ b/packages/frontend/src/ui/_common_/stream-indicator.vue @@ -30,7 +30,7 @@ function onDisconnected() { if (timeoutId != null) window.clearTimeout(timeoutId); timeoutId = window.setTimeout(() => { hasDisconnected.value = true; - }, 1000 * 10); + }, 5000); } function resetDisconnected() {