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 f76ef9c commit 13b9df9Copy full SHA for 13b9df9
langgraph/checkpoint/redis/shallow.py
@@ -105,8 +105,7 @@ def __init__(
105
106
# Channel deserialization cache to avoid re-parsing
107
self._channel_cache: Dict[str, Any] = {}
108
- self._channel_cache_max_size = 100 # Smaller limit for channel values
109
-
+ self._channel_cache_max_size = channel_cache_max_size # Smaller limit for channel values
110
# Cache commonly used prefixes
111
self._checkpoint_prefix = CHECKPOINT_PREFIX
112
self._checkpoint_blob_prefix = CHECKPOINT_BLOB_PREFIX
0 commit comments