fix(core): indexer data loss (#9216)

This commit is contained in:
EYHN
2024-12-20 06:10:50 +00:00
parent a53e231bad
commit f8e7abd018
2 changed files with 6 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export class DocsIndexer extends Entity {
/**
* increase this number to re-index all docs
*/
static INDEXER_VERSION = 11;
static INDEXER_VERSION = 17;
private readonly jobQueue: JobQueue<IndexerJobPayload> =
new IndexedDBJobQueue<IndexerJobPayload>(