mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/sphinx-fulltext-search] add sphinx_table constant to constants.php
PHPBB3-10946
This commit is contained in:
@@ -26,7 +26,6 @@ require($phpbb_root_path . "includes/sphinxapi-0.9.8." . $phpEx);
|
||||
|
||||
define('INDEXER_NAME', 'indexer');
|
||||
define('SEARCHD_NAME', 'searchd');
|
||||
define('SPHINX_TABLE', $table_prefix . 'sphinx');
|
||||
|
||||
define('MAX_MATCHES', 20000);
|
||||
define('CONNECT_RETRIES', 3);
|
||||
|
Reference in New Issue
Block a user