Skip to content

Commit e70c60e

Browse files
committed
more explicit message proposed by coderabbit
1 parent 0ae0f52 commit e70c60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/roam/src/utils/fireQuery.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ const fireQuery: FireQuery = async (_args) => {
373373
}
374374

375375
let queryResults: unknown[][] = [];
376-
// for now assume fast results are equivalent to slow.
376+
// NOTE: The slow path (async.q with property remapping) is intentionally disabled
377+
// but preserved for potential future use pending comprehensive query testing.
377378
// We have seen some errors in (fast) backend queries, but not so far in local fast ones.
378379
const preferSlow = false;
379380
if (local) {

0 commit comments

Comments
 (0)