Browse Source

fix CRAWL_MANIFEST_API_VERSION

main
ghost 1 year ago
parent
commit
3d9db381e8
  1. 2
      crontab/crawler.php

2
crontab/crawler.php

@ -210,7 +210,7 @@ foreach ($db->getHostCrawlQueue(CRAWL_HOST_LIMIT, time() - CRAWL_HOST_SECONDS_OF
} }
// Skip processing on API version not compatible // Skip processing on API version not compatible
if ($remoteManifest->result->api->version !== API_VERSION) { if ($remoteManifest->result->api->version !== CRAWL_MANIFEST_API_VERSION) {
continue; continue;
} }

Loading…
Cancel
Save