mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
bump default lsp server timeout
This commit is contained in:
parent
f354507d42
commit
53a7c2885b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export namespace LSPClient {
|
|||
},
|
||||
},
|
||||
}),
|
||||
5_000,
|
||||
45_000,
|
||||
).catch((err) => {
|
||||
l.error("initialize error", { error: err })
|
||||
throw new InitializeError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue