remove htmls pages ban on title tag not available

This commit is contained in:
ghost 2023-08-05 20:01:31 +03:00
parent f9774f2431
commit 004a5336de

View File

@ -622,11 +622,15 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_HOST_PAGE_QUEUE_LIMIT, time() - CRAWL_
if ($title->length == 0) {
$metaTitle = null;
/*
$hostPagesBanned += $db->updateHostPageTimeBanned($queueHostPage->hostPageId, time());
$db->commit();
continue;
*/
} else {