disable cache limits.

This commit is contained in:
Nathan TeBlunthuis 2025-08-03 11:50:57 -07:00
parent 77f367d95e
commit 730c678f51

View File

@ -493,9 +493,9 @@ class WikiqParser:
num_context_lines=1000000, num_context_lines=1000000,
max_word_level_diff_complexity=-1, max_word_level_diff_complexity=-1,
moved_paragraph_detection_cutoff=-1, moved_paragraph_detection_cutoff=-1,
words_cache_capacity=10000, words_cache_capacity=-1,
diff_cache_capacity=10000, diff_cache_capacity=-1,
stats_cache_capacity=10000, stats_cache_capacity=-1,
) )
while not on_last_batch: while not on_last_batch: