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
 define('SPHINXQL_HOST',      '127.0.0.1');
56
 define('SPHINXQL_HOST',      '127.0.0.1');
57
 define('SPHINXQL_PORT',      9306);
57
 define('SPHINXQL_PORT',      9306);
58
 define('SPHINXQL_SOCK',      false);
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
 define('SPHINX_INDEX',       'torrents');
59
 define('SPHINX_INDEX',       'torrents');
61
 
60
 
62
 // Ocelot details
61
 // Ocelot details

Loading…
Cancel
Save