Remove check

This commit is contained in:
Michael 2020-08-17 07:51:15 +00:00
parent 224ef91715
commit ec35e2827b
1 changed files with 0 additions and 5 deletions

View File

@ -660,11 +660,6 @@ class Feed
}
}
if (($newest == $oldest) && count($creation_dates) > 1) {
Logger::info('Feed has no different creation dates, quitting', ['date' => $newest_date, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]);
return;
}
if (empty($frequency)) {
Logger::info('Feed had not posted for at least a week, switching to daily polling', ['newest' => $newest_date, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]);
$priority = 8; // Poll once a day