Skip to content
This repository was archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
Remove deprecated max_matches config jesseadams#39
Browse files Browse the repository at this point in the history
Deprecated since Sphinx 2.2.3
  • Loading branch information
stissot committed Feb 20, 2018
1 parent 3cdfdc1 commit 7d22511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
default[:sphinx][:searchd][:pid_file] = "/tmp/sphinx.pid"
default[:sphinx][:searchd][:read_timeout] = 5
default[:sphinx][:searchd][:max_children] = 30
default[:sphinx][:searchd][:max_matches] = 1000

# Indexer settings
default[:sphinx][:indexer][:mem_limit] = "32M"
Expand Down

0 comments on commit 7d22511

Please sign in to comment.