We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a73c5e commit 0cee28dCopy full SHA for 0cee28d
src/table.js
@@ -287,7 +287,7 @@ async function* accumulateQuery(queryRequest) {
287
values.schema = queryResponse.schema;
288
try {
289
for await (const rows of queryResponse.readRows()) {
290
- if (performance.now() - then > 10 && values.length > 0) {
+ if (performance.now() - then > 150 && values.length > 0) {
291
yield values;
292
then = performance.now();
293
}
0 commit comments