This commit is contained in:
Zef Hemel
2024-01-25 14:51:40 +01:00
parent e508628826
commit 604bea3ee0
13 changed files with 129 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { System } from "../plugos/system.ts";
const indexVersionKey = ["$indexVersion"];
// Bump this one every time a full reinxex is needed
const desiredIndexVersion = 3;
const desiredIndexVersion = 4;
let indexOngoing = false;