Browse Source

SPHINX_MIN_MAX_MATCHES was made pointless after the scheduler code was added to keep track of it internally

spaghetti 8 years ago
parent
commit
f182f31558
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      classes/config.template

+ 0
- 1
classes/config.template View File

@@ -56,7 +56,6 @@ define('SPHINX_PORT',        9312);
56 56
 define('SPHINXQL_HOST',      '127.0.0.1');
57 57
 define('SPHINXQL_PORT',      9306);
58 58
 define('SPHINXQL_SOCK',      false);
59
-define('SPHINX_MIN_MAX_MATCHES', 2000); // Exclusively for fixing total number of default search results. Raise as necessary
60 59
 define('SPHINX_INDEX',       'torrents');
61 60
 
62 61
 // Ocelot details

Loading…
Cancel
Save