diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2012-07-22 03:43:50 +0530 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-22 04:24:34 +0530 |
| commit | 39bac86f7db881a1035bebad56507145103218d5 (patch) | |
| tree | ee017322666c1d6a33a3469e51d413ca1b11d3e2 /phpBB/language | |
| parent | e40758db84a23bc7a2c5324dbedcd7f0911abeea (diff) | |
| download | forums-39bac86f7db881a1035bebad56507145103218d5.tar forums-39bac86f7db881a1035bebad56507145103218d5.tar.gz forums-39bac86f7db881a1035bebad56507145103218d5.tar.bz2 forums-39bac86f7db881a1035bebad56507145103218d5.tar.xz forums-39bac86f7db881a1035bebad56507145103218d5.zip | |
[feature/sphinx-fulltext-search] improve port option
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 6d9201fb11..394d408fdb 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -79,7 +79,7 @@ $lang = array_merge($lang, array( 'FULLTEXT_SPHINX_INDEXER_MEM_LIMIT_EXPLAIN' => 'This number should at all times be lower than the RAM available on your machine. If you experience periodic performance problems this might be due to the indexer consuming too many resources. It might help to lower the amount of memory available to the indexer.', 'FULLTEXT_SPHINX_MAIN_POSTS' => 'Number of posts in main index', 'FULLTEXT_SPHINX_PORT' => 'Sphinx search daemon port', - 'FULLTEXT_SPHINX_PORT_EXPLAIN' => 'Port on which the sphinx search daemon (searchd) listens. Leave empty to use the default 3312', + 'FULLTEXT_SPHINX_PORT_EXPLAIN' => 'Port on which the sphinx search daemon (searchd) listens. Leave empty to use the default Sphinx API port 3312 ', 'FULLTEXT_SPHINX_WRONG_DATABASE' => 'The sphinx search for phpBB supports MySQL and PostgreSQL only.', 'FULLTEXT_SPHINX_CONFIG_FILE' => 'Sphinx config file', 'FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN' => 'The generated content of the sphinx config file. This data needs to be pasted into the sphinx.conf which is used by sphinx search daemon.', |
