From 61c1812f29dc76e93107b65dea80fde260269e8d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 30 Jan 2012 16:34:45 +0400 Subject: implement preferred time for sending out digests --- include/rssfuncs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rssfuncs.php') 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") { -- cgit v1.2.3-54-g00ecf