From 6550926a082b60714e158af14cf704f3dceec1a0 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 21 Mar 2023 09:23:41 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BD=BF=E7=94=A8=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=90=8C=E6=AD=A5=E7=9B=98=E6=97=B6=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=B9=B6=E9=80=80=E5=87=BA=E5=86=85=E6=A0=B8?= =?UTF-8?q?=20https://github.com/siyuan-note/siyuan/issues/7683?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/util/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/util/runtime.go b/kernel/util/runtime.go index fd949201d..214a626b6 100644 --- a/kernel/util/runtime.go +++ b/kernel/util/runtime.go @@ -192,7 +192,7 @@ func checkFileSysStatus() { break } - time.Sleep(time.Second) + RandomSleep(500, 1000) f, err := os.Open(renamed) if nil != err {