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

Loading…
Cancel
Save