Browse Source

removed deprecated max_matches from sample configs

git-svn-id: svn://svn.sphinxsearch.com/sphinx/trunk@4822 406a0c4d-033a-0410-8de8-e80135713968
shodan 11 years ago
parent
commit
1bf30534de
2 changed files with 0 additions and 6 deletions
  1. 0 1
      sphinx-min.conf.in
  2. 0 5
      sphinx.conf.in

+ 0 - 1
sphinx-min.conf.in

@@ -56,7 +56,6 @@ searchd
 	read_timeout		= 5
 	max_children		= 30
 	pid_file		= @CONFDIR@/log/searchd.pid
-	max_matches		= 1000
 	seamless_rotate		= 1
 	preopen_indexes		= 1
 	unlink_old		= 1

+ 0 - 5
sphinx.conf.in

@@ -864,11 +864,6 @@ searchd
 	# mandatory
 	pid_file		= @CONFDIR@/log/searchd.pid
 
-	# max amount of matches the daemon ever keeps in RAM, per-index
-	# WARNING, THERE'S ALSO PER-QUERY LIMIT, SEE SetLimits() API CALL
-	# default is 1000 (just like Google)
-	max_matches		= 1000
-
 	# seamless rotate, prevents rotate stalls if precaching huge datasets
 	# optional, default is 1
 	seamless_rotate		= 1