Commit 26ec878
谭珊珊0668000363
fix(memory): increase QMD embedTimeoutMs default to 600s for local GGUF models
Increase DEFAULT_QMD_EMBED_TIMEOUT_MS from 120s to 600s to match
built-in engine's local provider default. Local GGUF models need
3-4 minutes to embed a 30-50 file workspace on commodity hardware.
Also improve error message to surface the config path:
'qmd embed failed (...) — consider increasing memory.qmd.update.embedTimeoutMs (default: 600000)'
Fixes #742041 parent ac2a172 commit 26ec878
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- extensions/memory-core/src/memory
- packages/memory-host-sdk/src/host
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1869 | 1869 | | |
1870 | 1870 | | |
1871 | 1871 | | |
1872 | | - | |
| 1872 | + | |
1873 | 1873 | | |
1874 | 1874 | | |
1875 | 1875 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments