From c747cc49290707c7bbcf9146e37dd5c239aa6c6b Mon Sep 17 00:00:00 2001 From: Vlad Emelianov Date: Fri, 23 Aug 2024 12:38:56 +0300 Subject: [PATCH] Fix LRU cache --- istub/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istub/utils.py b/istub/utils.py index 91cc304..4461a03 100644 --- a/istub/utils.py +++ b/istub/utils.py @@ -11,7 +11,7 @@ HASH_RE = re.compile(r"0x[0-9a-f]{12}") -@lru_cache() +@lru_cache(maxsize=None) def get_replace_paths() -> List[str]: """ Generate a list of paths to replace in snapshot.