From 870d2b27bcc853c18e0385c239984bddb0283791 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 13 Feb 2023 10:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9B=91=E8=A7=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=8A=82=E6=B5=815=E7=A7=92/=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/lib/js/observer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/js/observer.js b/ui/lib/js/observer.js index 78b2ea53..b90e9bd7 100644 --- a/ui/lib/js/observer.js +++ b/ui/lib/js/observer.js @@ -34,7 +34,7 @@ class Observer { this.pending = [] } }) - }, 30000) + }, 5000) } }