From 7737b14522225dbf0638e6daff2af6573d290722 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:14:17 +0000 Subject: [PATCH] docs: clarify CUBEJS_REFRESH_WORKER_CONCURRENCY refers to concurrent pre-aggregation queries --- .../reference/configuration/environment-variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-mintlify/reference/configuration/environment-variables.mdx b/docs-mintlify/reference/configuration/environment-variables.mdx index d90e2fdea7651..b618c116ed00a 100644 --- a/docs-mintlify/reference/configuration/environment-variables.mdx +++ b/docs-mintlify/reference/configuration/environment-variables.mdx @@ -116,8 +116,8 @@ If you'd like to adjust the concurrency for the refresh worker, use ## `CUBEJS_REFRESH_WORKER_CONCURRENCY` -The number of concurrent connections each query queue of the refresh worker -has to the database. +The number of pre-aggregation queries the refresh worker executes concurrently +against the source database. | Possible Values | Default in Development | Default in Production | | --------------- | ---------------------------- | ---------------------------- |