summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-14 16:28:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-14 16:28:39 +0200
commitdf388b3ab0457d07f3d5c6125e30ced9c336b40e (patch)
treeaab61695a6892477098c00cff2a434879d723409
parentc1746f4814dc74b3b6efbe86db0e781d6669c798 (diff)
More prominent mention of unsupported cron modes
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22997470a..4aea14e8f 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ Check the **owncloud/data/owncloud.log** for hints why it failed. After the issu
"maintenance" => false,
### Feeds are not updated
-Feeds can be updated using ownCloud's system cron or any program that implements the [News app's updater API](https://github.com/owncloud/news/wiki/Updater-1.2), most notably [ownCloud News Updater](https://github.com/owncloud/news-updater):
+Feeds can be updated using ownCloud's system cron or any program that implements the [News app's updater API](https://github.com/owncloud/news/wiki/Updater-1.2), most notably [ownCloud News Updater](https://github.com/owncloud/news-updater). **The feed update is not run in Webcron and AJAX cron mode!**
System Cron:
* Check if the config.ini in **owncloud/data/news/config/config.ini** contains **useCronUpdates = true**