Skip to content

Commit 0561b59

Browse files
alan-andradeclaude
andcommitted
Reduce semantic layer GraphQL request timeout to 30s
🤖 Generated with Claudio Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent df5ff3d commit 0561b59

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Bug Fix
2+
body: Reduce the semantic layer GraphQL request timeout from 60s to 30s so unresponsive requests fail faster instead of holding the connection open.
3+
time: 2026-07-07T16:55:49+01:00

src/dbt_mcp/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
DEFAULT_DBT_CLI_TIMEOUT = 60
1818
PLATFORM_API_TIMEOUT = 15.0
19-
SEMANTIC_LAYER_GQL_TIMEOUT = 60.0
19+
SEMANTIC_LAYER_GQL_TIMEOUT = 30.0
2020

2121

2222
class DbtMcpLogSettings(BaseSettings):

0 commit comments

Comments
 (0)