From ae50a4f5c4fb8d7be8a0bf4f6dc10f3e12a98bd8 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 15 Jun 2025 20:49:59 -0700 Subject: [PATCH] Adjust debugger timeout threshold --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4cc0121..653f12d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2160,7 +2160,7 @@ export default { // Also launch an interval to test for dev tools being open. let inter = setInterval(() => { - const minimumTimeout = 100, + const minimumTimeout = 400, before = new Date().getTime(); if (this.connected && !this.isOp) {