Browse Source

tweak: bump default to 30 seconds (lots of people complained about 5...)

Aiden Cline 1 tháng trước cách đây
mục cha
commit
e5abe1e78b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/opencode/src/mcp/index.ts

+ 1 - 1
packages/opencode/src/mcp/index.ts

@@ -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({