Add missing imports and clear backlink index
Resolve build index regression causing stale backlink data on reindex.
This commit is contained in:
parent
482937fb30
commit
ed2bb4f7fb
@ -4,6 +4,7 @@
|
||||
# Revoked token JTIs persisted to data/revoked_tokens.json.
|
||||
|
||||
import json
|
||||
import os
|
||||
import secrets
|
||||
import uuid
|
||||
import time
|
||||
|
||||
@ -332,6 +332,7 @@ async def build_index(progress_callback=None) -> None:
|
||||
index.clear()
|
||||
_file_lookup.clear()
|
||||
path_index.clear()
|
||||
_backlink_index.clear()
|
||||
_index_generation += 1
|
||||
|
||||
if not vault_config:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user