fix(infra): indexer missing data (#8578)

This commit is contained in:
EYHN
2024-10-23 01:44:24 +00:00
parent 90c0f67101
commit 542fde6c68
3 changed files with 12 additions and 12 deletions
@@ -36,7 +36,7 @@ export class DocsIndexer extends Entity {
/**
* increase this number to re-index all docs
*/
static INDEXER_VERSION = 5;
static INDEXER_VERSION = 6;
private readonly jobQueue: JobQueue<IndexerJobPayload> =
new IndexedDBJobQueue<IndexerJobPayload>(