diff --git a/src/providers/cursor.ts b/src/providers/cursor.ts index 4a980d60..31e1f748 100644 --- a/src/providers/cursor.ts +++ b/src/providers/cursor.ts @@ -179,6 +179,8 @@ function createParser(source: SessionSource, seenKeys: Set): SessionPars && dbSize >= cache.dbSizeBytes const afterTimestamp = cacheValid ? cache.lastCreatedAt : undefined + await new Promise(r => setTimeout(r, 0)) + const { calls, maxCreatedAt } = parseBubbles(db, seenKeys, afterTimestamp) if (maxCreatedAt > 0) {