Browse Source

fix zip close, loop brake condition

main
ghost 2 years ago
parent
commit
48664f0caf
  1. 6
      crontab/crawler.php

6
crontab/crawler.php

@ -420,16 +420,16 @@ try {
// Update DB registry // Update DB registry
$hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time); $hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time);
}
}
$zip->close(); $zip->close();
}
break; break;
} }
} }
} }
}
}
}
// Begin page links collection // Begin page links collection
$links = []; $links = [];

Loading…
Cancel
Save