From 97d937a416560352de91ddbaa0b2d77589600572 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 31 Jul 2007 19:19:41 +0000 Subject: [PATCH] Added explanation to block_rss_client_timeout. MDL-9292. Credit goes to Mike! B-) --- lang/en_utf8/block_rss_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/block_rss_client.php b/lang/en_utf8/block_rss_client.php index 5f37679d78..b72ddb8b51 100644 --- a/lang/en_utf8/block_rss_client.php +++ b/lang/en_utf8/block_rss_client.php @@ -40,7 +40,7 @@ $string['seeallfeeds'] = 'See all feeds'; $string['sharedfeed'] = 'Shared feed'; $string['shownumentrieslabel'] = 'Max number entries to show per block.'; $string['submitters'] = 'Who will be allowed to define new rss feeds? Defined feeds are available for any page on your site.'; -$string['timeout'] = 'blockrsstimeout'; +$string['timeout'] = 'Time in minutes before an RSS feed expires in cache. Note that this time defines the minimum time before expiry; the feed will be refreshed in cache on the next cron execution after expiry. Recommended values are 30 mins or greater.'; $string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.'; $string['updatefeed'] = 'Update a news feed URL:'; $string['validatefeed'] = 'Validate feed'; -- 2.39.5