summaryrefslogtreecommitdiff
path: root/SphinxSearch.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:17:16 +0000
committerfox <[email protected]>2019-02-26 05:17:16 +0000
commit43950776aa756f28c9c8306d06f05f9161f80cdf (patch)
treec5056c529341c46be68ea09b073f5fc42d7f3e74 /SphinxSearch.md
parent1298e61ebe5b01a2f44c0e4df24a72430e6916d9 (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 9d10bfe..ae09c2d 100644
--- a/SphinxSearch.md
+++ b/SphinxSearch.md
@@ -8,8 +8,8 @@ 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
+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