This commit is contained in:
Liang Ding 2023-01-19 14:07:38 +08:00
parent f6dd7722ad
commit 622b6d2c84
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
12 changed files with 27 additions and 8 deletions

View file

@ -1220,7 +1220,7 @@ func updateRefText(refNode *ast.Node, changedDefNodes map[string]*ast.Node) (cha
func AutoIndexEmbedBlock() {
for {
task.AppendTask(task.DatabaseIndexEmbedBlock, autoIndexEmbedBlock)
time.Sleep(30 * time.Second)
time.Sleep(10 * time.Minute)
}
}