We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ffded commit 5e60210Copy full SHA for 5e60210
libs/langgraph-checkpoint-mongodb/langgraph/checkpoint/mongodb/aio.py
@@ -92,6 +92,7 @@ def __init__(
92
self.writes_collection = self.db[writes_collection_name]
93
self._setup_future: asyncio.Future | None = None
94
self.loop = asyncio.get_running_loop()
95
+ self.ttl = ttl
96
97
async def _setup(self) -> None:
98
"""Create indexes if not present."""
0 commit comments