Skip to content

Commit

Permalink
Adjusted default params
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Sep 5, 2023
1 parent b8663bf commit 054bb3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.3

- Performance tuning

- Switched back to using the old default max word search distance of 20

## 1.3.2

- Performance tuning
Expand Down
2 changes: 1 addition & 1 deletion bin/version_string.ml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let s = "1.3.2"
let s = "1.3.3"
2 changes: 1 addition & 1 deletion lib/params.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let search_result_max_total = 50

let search_result_min_per_start = 5

let default_max_word_search_distance = 10
let default_max_word_search_distance = 20

let max_word_search_distance = ref default_max_word_search_distance

Expand Down

0 comments on commit 054bb3d

Please sign in to comment.