static INDEX_IN_PROGRESS: AtomicBoolExpand description
Guards against two passes running at once. Replaces the frontend’s
syncInProgress boolean in offlineCatalog.ts, which could not see a pass
started by the scheduler.
static INDEX_IN_PROGRESS: AtomicBoolGuards against two passes running at once. Replaces the frontend’s
syncInProgress boolean in offlineCatalog.ts, which could not see a pass
started by the scheduler.