Skip to content

Commit d700c1d

Browse files
committed
docs: Fix typo
1 parent 8e815c2 commit d700c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/product/faqs/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This error happens when a query remains queued for an excessive amount of time.
1919
To troubleshoot, try increasing concurrency and/or timeout limits. The default
2020
concurrency is 4 for most data warehouses and the default timeout is 10 minutes.
2121
You can increase these values by adjusting the `CUBEJS_CONCURRENCY` or
22-
`CUBEJS_DB_TIMEOUT` environment variables in **Settings > Configuration**. If
22+
`CUBEJS_DB_QUERY_TIMEOUT` environment variables in **Settings > Configuration**. If
2323
your timeout limit is already high, we recommend either adding a pre-aggregation
2424
or refactoring your SQL for better efficiency.
2525

0 commit comments

Comments
 (0)