1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 11:41:27 +00:00

Merge branch 'master' into tunable-fetches

Conflicts:
	include/rssfuncs.php
This commit is contained in:
Barak Korren
2013-04-01 16:05:48 +03:00
4 changed files with 27 additions and 5 deletions

View File

@@ -286,7 +286,8 @@
$force_refetch = isset($_REQUEST["force_refetch"]);
$feed_data = fetch_file_contents($fetch_url, false,
$auth_login, $auth_pass, false, $no_cache ? 15 : 45,
$auth_login, $auth_pass, false,
$no_cache ? FEED_FETCH_NO_CACHE_TIMEOUT : FEED_FETCH_TIMEOUT,
$force_refetch ? 0 : max($last_updated_timestamp, $cache_timestamp));
if ($debug_enabled) {