Commit 2c919c4
fix(mcp): drop unreachable throw in setTimeout-wrapped initial sync (zilliztech#318)
Remove throw in setTimeout callback that would crash the MCP server process on unexpected background sync errors. The error is already logged via console.error, and the periodic sync will retry on the next cycle.1 parent aa9a5bc commit 2c919c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments