summaryrefslogtreecommitdiff
path: root/SphinxSearch.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:17:30 +0000
committerfox <[email protected]>2019-02-26 05:17:30 +0000
commit26ab35bebf2b3487d9a4773a2d7b2f2a4026777c (patch)
tree1810f6735b086574db55a33d03a7b42b1a468875 /SphinxSearch.md
parent43950776aa756f28c9c8306d06f05f9161f80cdf (diff)
Update page 'SphinxSearch'
Diffstat (limited to 'SphinxSearch.md')
-rw-r--r--SphinxSearch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SphinxSearch.md b/SphinxSearch.md
index ae09c2d..0827c85 100644
--- a/SphinxSearch.md
+++ b/SphinxSearch.md
@@ -7,10 +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>
+<code><pre>
0 0 * * * /usr/bin/indexer --rotate ttrss >/dev/null 2>&0
0 */2 * * * /usr/bin/indexer --rotate delta >/dev/null 2>&0
-</code>
+</pre></code>
More information on delta indexing
[here](http://sphinxsearch.com/docs/1.10/delta-updates.html)