mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 20:41:29 +00:00
wait a bit before initial content fetching
This commit is contained in:
@@ -807,9 +807,12 @@
|
|||||||
|
|
||||||
if ($cache_content) {
|
if ($cache_content) {
|
||||||
if ($debug_enabled) {
|
if ($debug_enabled) {
|
||||||
_debug("update_rss_feed: caching content...");
|
_debug("update_rss_feed: caching content (initial)...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// give the publisher some time to put stuff online
|
||||||
|
sleep(10);
|
||||||
|
|
||||||
$entry_cached_content = cache_content($link, $entry_link, $auth_login, $auth_pass);
|
$entry_cached_content = cache_content($link, $entry_link, $auth_login, $auth_pass);
|
||||||
|
|
||||||
if ($cache_images && is_writable(CACHE_DIR . '/images'))
|
if ($cache_images && is_writable(CACHE_DIR . '/images'))
|
||||||
|
|||||||
Reference in New Issue
Block a user