Skip to content
Snippets Groups Projects
Commit ba01d003 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

now resetting document counter correctly

parent 21b5d2d1
No related branches found
No related tags found
1 merge request!1546Development
......@@ -101,6 +101,7 @@ class RequestFetcher extends Command
Log::info("Reinitializing Multicurl after " . $this->fetchedDocuments . " requests.");
$this->oldMultiCurl = $this->multicurl;
$this->multicurl = curl_multi_init();
$this->fetchedDocuments = 0;
}
$blocking = false;
$active = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment