Skip to content

Commit ce55905

Browse files
committed
Bump desired index version to force space reindex
1 parent 7a6bb14 commit ce55905

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/client_system.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import { serviceRegistrySyscalls } from "./plugos/syscalls/service_registry.ts";
5151
const indexVersionKey = ["$indexVersion"];
5252
const indexQueuedKey = ["$indexQueued"];
5353
// Bump this one every time a full reindex is needed
54-
const desiredIndexVersion = 8;
54+
const desiredIndexVersion = 9;
5555
const mqTimeout = 10000; // 10s
5656
const mqTimeoutRetry = 3;
5757

@@ -302,6 +302,8 @@ export class ClientSystem {
302302
console.info(
303303
"[index]",
304304
"Performing a full space reindex, this could take a while...",
305+
currentIndexVersion,
306+
desiredIndexVersion,
305307
);
306308
await this.setIndexOngoing(true);
307309
await this.system.invokeFunction("index.reindexSpace", []);

0 commit comments

Comments
 (0)