summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:17:09 +0000
committerfox <[email protected]>2019-02-26 05:17:09 +0000
commit1298e61ebe5b01a2f44c0e4df24a72430e6916d9 (patch)
tree1cb7108019a5037a2fe5f6a39e4e2e792edd1244
parenta81bfcd6cb83ee54c466c65812385dd48918f71c (diff)
Update page 'SphinxSearch'
-rw-r--r--SphinxSearch.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/SphinxSearch.md b/SphinxSearch.md
index 021ea25..9d10bfe 100644
--- a/SphinxSearch.md
+++ b/SphinxSearch.md
@@ -7,8 +7,10 @@ Before adding <code>search\_sphinx</code> to <code>config.php</code> directive
Example configuration files attached below. Don’t forget that you need
to update the indexes, for example using cron:
+<code>
0 0 * * * /usr/bin/indexer --rotate ttrss >/dev/null 2>&0
0 */2 * * * /usr/bin/indexer --rotate delta >/dev/null 2>&0
+</code>
More information on delta indexing
[here](http://sphinxsearch.com/docs/1.10/delta-updates.html)