Restore default to zero

This commit is contained in:
Jeremiah Lowin 2025-06-07 17:36:13 -04:00
commit 012fccb1ff

View file

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