We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae0f52 commit e70c60eCopy full SHA for e70c60e
apps/roam/src/utils/fireQuery.ts
@@ -373,7 +373,8 @@ const fireQuery: FireQuery = async (_args) => {
373
}
374
375
let queryResults: unknown[][] = [];
376
- // for now assume fast results are equivalent to slow.
+ // NOTE: The slow path (async.q with property remapping) is intentionally disabled
377
+ // but preserved for potential future use pending comprehensive query testing.
378
// We have seen some errors in (fast) backend queries, but not so far in local fast ones.
379
const preferSlow = false;
380
if (local) {
0 commit comments