Faster startup by loading existing index without any checks, then incremental scanning to update.
This commit is contained in:
@@ -273,7 +273,7 @@ async function refreshRoots() {
|
||||
path: r.path,
|
||||
status: r.status,
|
||||
})
|
||||
if (r.status === "ready" || r.status === "scanning" || r.status === "loading") {
|
||||
if (r.status === "ready" || r.status === "scanning") {
|
||||
activeIds.push(r.root_id)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user