You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... it makes up a new random filename for the ingestion cache DB on every restart, and hence always has to re-ingest the content. This means that ingestion doesn't work as an incremental process as designed.
Ideally we'll remove the ingestion cache entirely in the next update, but if we can't, we should definitely fix this (e.g., by doing builder.AddSqlite("ingestionCache", builder.AppHostDirectory, "ingestionCache.sqlite")).