Skip to content

Commit

Permalink
Adjusted search parallel chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Oct 10, 2023
1 parent 47225a0 commit c64276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/params.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ let search_word_automaton_cache_size = 200

let float_compare_margin = 0.000_001

let search_chunk_size = 200
let search_chunk_size = 100

0 comments on commit c64276e

Please # to comment.