mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Restore default to zero
This commit is contained in:
parent
c893847846
commit
012fccb1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class ServerSettings(BaseSettings):
|
|||
] = []
|
||||
|
||||
# cache settings (for getting attributes from servers, used to avoid repeated calls)
|
||||
cache_expiration_seconds: float = 1
|
||||
cache_expiration_seconds: float = 0
|
||||
|
||||
# StreamableHTTP settings
|
||||
json_response: bool = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue