Commit a6ae2bd
committed
refactor(config): keep concurrency out of DEFAULT_CONFIG (align with other optional knobs)
Every other optional tuning knob (timeout, extra_headers, litellm,
entity_types, parallel_tool_calls) is resolved via its resolver's .get()
and lives only in config.yaml.example, not DEFAULT_CONFIG — which holds just
the core keys openkb init writes (model, language, pageindex_threshold).
concurrency was the lone exception; resolve_concurrency already reads it via
.get(), so the DEFAULT_CONFIG entry was redundant. Remove it for consistency.1 parent 49503be commit a6ae2bd
2 files changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
0 commit comments