mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-09-02 09:12:12 +00:00
fix broken snaps autodelection
This commit is contained in:
parent
1dd0a8ee2c
commit
2c17c93e2f
@ -272,6 +272,10 @@ try {
|
||||
$logsCrawlerDeleted += $db->deleteLogCrawler(time() - CRAWL_LOG_SECONDS_OFFSET);
|
||||
|
||||
// Delete failed snaps
|
||||
foreach ($db->getHosts() as $host) {
|
||||
|
||||
foreach ($db->getHostPages($host->hostId) as $hostPage) {
|
||||
|
||||
$snapFilePath = chunk_split($hostPage->hostPageId, 1, '/');
|
||||
|
||||
foreach ($db->getHostPageSnaps($hostPage->hostPageId, false, false, 'AND') as $hostPageSnap) {
|
||||
@ -294,6 +298,8 @@ try {
|
||||
|
||||
$hostPagesSnapDeleted += $db->deleteHostPageSnap($hostPageSnap->hostPageSnapId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Commit results
|
||||
$db->commit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user