Skip to content

Commit c695ddd

Browse files
committed
fix: Revert to default queue concurrency for external pre-aggregations as driver pools expect this be aligned with default pool size
1 parent 7f5981a commit c695ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-query-orchestrator/orchestrator/QueryCache.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ class QueryCache {
119119
(client, q) => client.query(q.query, q.values),
120120
{
121121
logger: this.logger,
122-
concurrency: 6,
123122
cacheAndQueueDriver: this.options.cacheAndQueueDriver,
124123
...this.options.externalQueueOptions
125124
}

0 commit comments

Comments
 (0)