mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-04 19:04:24 +00:00
update http code even progress function fails
This commit is contained in:
parent
34fe26fcf9
commit
62149220b9
@ -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;
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user