Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
ba01d003
Commit
ba01d003
authored
Feb 27, 2020
by
Dominik Hebeler
Browse files
now resetting document counter correctly
parent
21b5d2d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Commands/RequestFetcher.php
View file @
ba01d003
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment