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
cdb1c813
Commit
cdb1c813
authored
Feb 18, 2020
by
Dominik Hebeler
Browse files
added a little delay if no blocking call will be made
parent
2eb70f67
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/Console/Commands/RequestFetcher.php
View file @
cdb1c813
...
...
@@ -106,6 +106,8 @@ class RequestFetcher extends Command
}
if
(
!
$active
&&
!
$answerRead
)
{
$blocking
=
true
;
}
else
{
usleep
(
50
*
1000
);
}
}
}
finally
{
...
...
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