let cache capacity be large.
This commit is contained in:
parent
77c7d2ba97
commit
5c4fc6d5a0
@ -505,9 +505,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,
|
||||||
)
|
)
|
||||||
|
|
||||||
fast_differ = pywikidiff2.pywikidiff2(
|
fast_differ = pywikidiff2.pywikidiff2(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user