From 730c678f51e01baac6b0d3bce453c84212d4f484 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Sun, 3 Aug 2025 11:50:57 -0700 Subject: [PATCH] disable cache limits. --- src/wikiq/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wikiq/__init__.py b/src/wikiq/__init__.py index 426d43e..03e57e2 100755 --- a/src/wikiq/__init__.py +++ b/src/wikiq/__init__.py @@ -493,9 +493,9 @@ class WikiqParser: num_context_lines=1000000, max_word_level_diff_complexity=-1, moved_paragraph_detection_cutoff=-1, - words_cache_capacity=10000, - diff_cache_capacity=10000, - stats_cache_capacity=10000, + words_cache_capacity=-1, + diff_cache_capacity=-1, + stats_cache_capacity=-1, ) while not on_last_batch: