add missed crc32url value

This commit is contained in:
ghost 2023-11-25 18:25:43 +02:00
parent 01437065e3
commit 6f21cb8bf2

View file

@ -149,6 +149,7 @@ for ($i = 0; $i <= $total; $i++)
$index->addDocument( $index->addDocument(
[ [
'url' => $url, 'url' => $url,
'crc32url' => (int) $crc32url,
'time' => (int) $remote->timeUpdated, 'time' => (int) $remote->timeUpdated,
'code' => (int) $remote->httpCode, 'code' => (int) $remote->httpCode,
'size' => (int) $remote->size, 'size' => (int) $remote->size,