From b25c0f9b943adb496c507e6576616d23883e0aad Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 4 Sep 2022 22:15:19 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=A0=87=E7=AD=BE=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=8C=85=E5=90=AB=E5=85=B3=E7=B3=BB=E6=97=B6?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E6=A0=87=E7=AD=BE=E4=BC=9A=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E8=AF=AF=E4=BF=AE=E6=94=B9=20Fix=20https://github.com?= =?UTF-8?q?/siyuan-note/siyuan/issues/5816?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/tag.go b/kernel/model/tag.go index 0a47c971e..47411035a 100644 --- a/kernel/model/tag.go +++ b/kernel/model/tag.go @@ -128,7 +128,7 @@ func RenameTag(oldLabel, newLabel string) (err error) { } util.PushEndlessProgress(Conf.Language(110)) - util.RandomSleep(1000, 2000) + util.RandomSleep(500, 1000) tags := sql.QueryTagSpansByKeyword(oldLabel, 102400) treeBlocks := map[string][]string{}