Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* qe: Fix timeout errors Problem: we awaited spawned future immediately, which kind of makes spawn useless, effecctively serializing batch requests instead of executing them in parallel. Affects only the batches that could not be compated into a single query. I struggled to reproduce the error in engine's test suite. I suggest we test it in client instead. Fix prisma/prisma#22610 * Fix wasm * Use spawn_local for WASM branch * Address more review comments
- Loading branch information