update sphinx index option description

This commit is contained in:
Andrew Dolgov 2013-05-22 09:40:55 +04:00
parent 81fbafef0f
commit 6f49cedfd7
1 changed files with 2 additions and 1 deletions

View File

@ -114,9 +114,10 @@
define('SPHINX_SERVER', 'localhost:9312');
// Hostname:port combination for the Sphinx server.
define('SPHINX_INDEX', 'ttrss');
define('SPHINX_INDEX', 'ttrss, delta');
// Index name in Sphinx configuration. You can specify multiple indexes
// as a comma-separated string.
// Example configuration files are available on tt-rss wiki.
// ***********************************
// *** Self-registrations by users ***