We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4854946 commit cb31be2Copy full SHA for cb31be2
splitio/storage/adapters/cache_trait.py
@@ -51,7 +51,7 @@ def __init__(
51
):
52
"""Class constructor."""
53
self._data = {}
54
- self._lock = threading.RLock()
+ self._lock = threading.Lock()
55
self._max_age_seconds = max_age_seconds
56
self._max_size = max_size
57
self._lru = None
0 commit comments