Skip to content

Commit

Permalink
fixing knide issue when total counts mis-match on a wildcard search w…
Browse files Browse the repository at this point in the history
…hen rows are >10K

Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Dec 12, 2024
1 parent 092ee94 commit ebe9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oc_erchef/habitat/config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
{search_batch_max_wait, 10},
{reindex_sleep_min_ms, 500},
{reindex_sleep_max_ms, 2000},
{track_total_hits,true},
{track_total_hits,false},
{reindex_item_retries, 3},
{solr_elasticsearch_major_version, 5},
{solr_service, [
Expand Down

0 comments on commit ebe9550

Please sign in to comment.