🐛 重建索引可能会导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7238

This commit is contained in:
Liang Ding 2023-02-02 18:18:55 +08:00
parent 7d2369ba28
commit 91da0fe71d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 5 deletions

View file

@ -996,7 +996,7 @@
"105": "Corrupted data repo have been automatically reset",
"106": "Maximum length is limited to 512 characters",
"107": "Moving document [%s]",
"108": "TODO",
"108": "Rebuild index complete",
"109": "Remove reminder completed [%s]",
"110": "Renaming...",
"111": "Saving document [%s]...",

View file

@ -996,7 +996,7 @@
"105": "El repositorio de datos corruptos se ha restablecido automáticamente",
"106": "La longitud máxima está limitada a 512 caracteres",
"107": "Moviendo documento [%s]",
"108": "TODO",
"108": "Reconstrucción del índice completada",
"109": "Eliminación de recordatorios completada [%s]",
"110": "Renombrar...",
"111": "Guardando documento [%s]...",

View file

@ -996,7 +996,7 @@
"105": "Le référentiel de données corrompu a été automatiquement réinitialisé",
"106": "La longueur maximale est limitée à 512 caractères",
"107": "Déplacement du document [%s]",
"108": "TODO",
"108": "Reconstruire l'index terminé",
"109": "Supprimer le rappel terminé [%s]",
"110": "Renommer...",
"111": "Enregistrement du document [%s]...",

View file

@ -996,7 +996,7 @@
"105": "已經自動重置損壞的數據倉庫",
"106": "最大長度限制為 512 字元",
"107": "正在移動文檔 [%s]",
"108": "TODO",
"108": "重建索引完畢",
"109": "移除提醒完畢 [%s]",
"110": "正在重命名...",
"111": "正在保存文檔 [%s]...",

View file

@ -996,7 +996,7 @@
"105": "已经自动重置损坏的数据仓库",
"106": "最大长度限制为 512 字符",
"107": "正在移动文档 [%s]",
"108": "TODO",
"108": "重建索引完毕",
"109": "移除提醒完毕 [%s]",
"110": "正在重命名...",
"111": "正在保存文档 [%s]...",

View file

@ -518,6 +518,7 @@ func fullReindex() {
treenode.SaveBlockTree(true)
LoadFlashcards()
runtime.GC()
util.PushStatusBar(Conf.Language(108))
}
func ChangeBoxSort(boxIDs []string) {