mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
tweak: bump default to 30 seconds (lots of people complained about 5...)
This commit is contained in:
parent
1d54f90330
commit
e5abe1e78b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import open from "open"
|
|||
|
||||
export namespace MCP {
|
||||
const log = Log.create({ service: "mcp" })
|
||||
const DEFAULT_TIMEOUT = 5000
|
||||
const DEFAULT_TIMEOUT = 30_000
|
||||
|
||||
export const Resource = z
|
||||
.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue