This commit is contained in:
Liang Ding 2023-01-09 00:33:01 +08:00
parent 559a063c63
commit 99e9fd2632
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -1246,9 +1246,6 @@ func autoFixIndex() {
}
i++
if 0 < i && 0 == i%32 {
treenode.SaveBlockTree(true)
}
root := sql.GetBlock(rootID)
if nil == root {