summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-30 16:34:45 +0400
committerAndrew Dolgov <[email protected]>2012-01-30 16:34:45 +0400
commit61c1812f29dc76e93107b65dea80fde260269e8d (patch)
treeb87934bbc3be918590daafe959d149d846892ff7 /include/rssfuncs.php
parent33f0fdd0a21ca7999e2d9d1a8db438711e518587 (diff)
implement preferred time for sending out digests
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 1028371cf..51b7d7c33 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -60,6 +60,8 @@
function update_daemon_common($link, $limit = DAEMON_FEED_LIMIT, $from_http = false, $debug = true) {
// Process all other feeds using last_updated and interval parameters
+ define('PREFS_NO_CACHE', true);
+
// Test if the user has loggued in recently. If not, it does not update its feeds.
if (!SINGLE_USER_MODE && DAEMON_UPDATE_LOGIN_LIMIT > 0) {
if (DB_TYPE == "pgsql") {