This commit is contained in:
kakkokari-gtyih 2024-10-24 23:35:29 +09:00
parent 153d0c6774
commit 7907f31b98
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function onDisconnected() {
if (timeoutId != null) window.clearTimeout(timeoutId);
timeoutId = window.setTimeout(() => {
hasDisconnected.value = true;
}, 1000 * 10);
}, 5000);
}
function resetDisconnected() {