mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 18:35:04 +00:00
change timestamp sort order
This commit is contained in:
parent
9c0f361601
commit
fd3444a379
@ -685,8 +685,8 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
|
|||||||
// Insert compressed snap data into the tmp storage
|
// Insert compressed snap data into the tmp storage
|
||||||
if (true === $zip->addFromString('DATA', $content) &&
|
if (true === $zip->addFromString('DATA', $content) &&
|
||||||
true === $zip->addFromString('META', sprintf('MIME: %s', Filter::mime($contentType)) . PHP_EOL .
|
true === $zip->addFromString('META', sprintf('MIME: %s', Filter::mime($contentType)) . PHP_EOL .
|
||||||
sprintf('TIMESTAMP: %s', time()) . PHP_EOL .
|
sprintf('SOURCE: %s', Filter::url($queueHostPage->hostPageURL)) . PHP_EOL .
|
||||||
sprintf('SOURCE: %s', Filter::url($queueHostPage->hostPageURL)))) {
|
sprintf('TIMESTAMP: %s', time()))) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user