mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
tweak: bump default to 30 seconds (lots of people complained about 5...)
This commit is contained in:
parent
1d54f90330
commit
e5abe1e78b
@ -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…
x
Reference in New Issue
Block a user