Skip to content

Commit 215cdea

Browse files
authored
chore: bump keepalive to 90s (#3651)
1 parent bbe71e4 commit 215cdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letta/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Settings(BaseSettings):
196196

197197
# SSE Streaming keepalive settings
198198
enable_keepalive: bool = Field(True, description="Enable keepalive messages in SSE streams to prevent timeouts")
199-
keepalive_interval: float = Field(15.0, description="Seconds between keepalive messages (default: 15)")
199+
keepalive_interval: float = Field(90.0, description="Seconds between keepalive messages (default: 90)")
200200

201201
# default handles
202202
default_llm_handle: Optional[str] = None

0 commit comments

Comments
 (0)