summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:31:19 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:31:19 +0100
commitcbb7e44c63ce2ae79e744f0713f5294b9b3fb3ab (patch)
tree30d28db76d5892873da19045a78123b238eb2c2a /bin
parentb4302f49b5833594be9c1cd48ad94ead49bcc0dc (diff)
Update README.rst
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index ac0c11ae9..dae9c908e 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -1,7 +1,7 @@
ownCloud News Updater
=====================
-ownCloud does not require people to install threading or multiprocessing libraries. Because the feed update process is mainly limited by I/O, parallell fetching of RSS feed updates can speed up the updating process a lot. In addition the cronjob can get `into a deadlock <https://github.com/owncloud/core/issues/3221>`_ which will halt cause your feeds not to be updated. This can be soled by using a script that uses the `updater API <https://github.com/owncloud/news/wiki/Cron-1.2>`_
+ownCloud does not require people to install threading or multiprocessing libraries. Because the feed update process is mainly limited by I/O, parallell fetching of RSS feed updates can speed up the updating process significantly. In addition the cronjob can get `into a deadlock <https://github.com/owncloud/core/issues/3221>`_ which will halt cause your feeds not to be updated. This can be soled by using a script that uses the `updater API <https://github.com/owncloud/news/wiki/Cron-1.2>`_
Preinstallation
---------------