1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 02:05:56 +00:00

reset domain hit quota on feed update start

This commit is contained in:
Andrew Dolgov
2019-11-17 13:17:21 +03:00
parent cd4b7f1988
commit 8c3efd51ec
2 changed files with 8 additions and 0 deletions

View File

@@ -259,6 +259,8 @@ class RSSUtils {
*/
static function update_rss_feed($feed, $no_cache = false) {
reset_fetch_domain_quota();
Debug::log("start", Debug::$LOG_VERBOSE);
$pdo = Db::pdo();