This commit is contained in:
Liang Ding 2023-01-09 10:41:45 +08:00
parent 72dd9192ae
commit 05f7ef31a7
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -1223,7 +1223,7 @@ func updateRefText(refNode *ast.Node, changedDefNodes map[string]*ast.Node) (cha
func AutoFixIndex() {
for {
autoFixIndex()
time.Sleep(30 * time.Second)
time.Sleep(10 * time.Minute)
}
}