From 99e9fd2632da4b140291cd8caab24d06de0fe11a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 9 Jan 2023 00:33:01 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=87=AA=E5=8A=A8=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=B4=A2=E5=BC=95=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/7016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/transaction.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/model/transaction.go b/kernel/model/transaction.go index 2b6948a5d..92c01616c 100644 --- a/kernel/model/transaction.go +++ b/kernel/model/transaction.go @@ -1246,9 +1246,6 @@ func autoFixIndex() { } i++ - if 0 < i && 0 == i%32 { - treenode.SaveBlockTree(true) - } root := sql.GetBlock(rootID) if nil == root {