update http code even progress function fails

This commit is contained in:
yggverse 2024-03-23 03:16:01 +02:00
parent 34fe26fcf9
commit 62149220b9

View File

@ -202,6 +202,17 @@ foreach($index->search('')
$upload,
$uploaded
) {
global $index;
global $document;
$index->updateDocument(
[
'time' => time(),
'code' => 200
],
$document->getId()
);
return $downloaded > CONFIG_CLI_DOCUMENT_CRAWL_CURL_DOWNLOAD_SIZE_MAX ? 1 : 0;
}
);