Browse Source

Accidentally removed this sorry

Removed in commit 8143301713
Meant to remove SPHINX_MIN_MAX_MATCHES
spaghetti 8 years ago
parent
commit
6f604da6f0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      classes/config.template

+ 1
- 0
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_MAX_MATCHES', 1000); // Must be <= the server's max_matches variable (default 1000)
59
 define('SPHINX_INDEX',       'torrents');
60
 define('SPHINX_INDEX',       'torrents');
60
 
61
 
61
 // Ocelot details
62
 // Ocelot details

Loading…
Cancel
Save