Jeremiah Lowin commited on
Commit
ef06ced
·
1 Parent(s): e085ebe

Restore default to zero

Browse files
Files changed (1) hide show
  1. src/fastmcp/settings.py +1 -1
src/fastmcp/settings.py CHANGED
@@ -171,7 +171,7 @@ class ServerSettings(BaseSettings):
171
  ] = []
172
 
173
  # cache settings (for getting attributes from servers, used to avoid repeated calls)
174
- cache_expiration_seconds: float = 1
175
 
176
  # StreamableHTTP settings
177
  json_response: bool = False
 
171
  ] = []
172
 
173
  # cache settings (for getting attributes from servers, used to avoid repeated calls)
174
+ cache_expiration_seconds: float = 0
175
 
176
  # StreamableHTTP settings
177
  json_response: bool = False