Skip to content

Commit 13b9df9

Browse files
bsboddenCopilot
andauthored
Update langgraph/checkpoint/redis/shallow.py
Co-authored-by: Copilot <[email protected]>
1 parent f76ef9c commit 13b9df9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

langgraph/checkpoint/redis/shallow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ def __init__(
105105

106106
# Channel deserialization cache to avoid re-parsing
107107
self._channel_cache: Dict[str, Any] = {}
108-
self._channel_cache_max_size = 100 # Smaller limit for channel values
109-
108+
self._channel_cache_max_size = channel_cache_max_size # Smaller limit for channel values
110109
# Cache commonly used prefixes
111110
self._checkpoint_prefix = CHECKPOINT_PREFIX
112111
self._checkpoint_blob_prefix = CHECKPOINT_BLOB_PREFIX

0 commit comments

Comments
 (0)