mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 03:09:45 +02:00
chore: Update ThreadTTLConfig (#6730)
Sync with underlying implementation.
This commit is contained in:
@@ -179,6 +179,8 @@ class CheckpointerConfig(TypedDict, total=False):
|
||||
|
||||
This configuration requires server version 0.5 or later to take effect.
|
||||
"""
|
||||
sweep_limit: int | None
|
||||
"""Maximum number of threads to process per sweep iteration. Defaults to 1000."""
|
||||
|
||||
|
||||
class SecurityConfig(TypedDict, total=False):
|
||||
|
||||
Reference in New Issue
Block a user