Commit 448a47b
authored
chore(mcp): remove unused database timeout config (#2975)
Why this change was needed:
The mcp-proxy database timeout setting is defined in config and shown in the sample config, but the database initialization path does not read it. Keeping it suggests a configurable behavior that does not exist.
What changed:
Removed the unused Database.Timeout field and the matching timeout entry from the mcp-proxy config template.
Problem solved:
The database config surface no longer exposes a dead timeout option.1 parent 20ca4a7 commit 448a47b
2 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
0 commit comments