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
eaf67a08
Commit
eaf67a08
authored
May 09, 2017
by
Dominik Hebeler
Browse files
Merge branch '485-ux-bei-such-timeout' into 'development'
Resolve "UX bei Such-Timeout" Closes
#485
See merge request
!847
parents
340fcc86
6c195424
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Jobs/Searcher.php
View file @
eaf67a08
...
...
@@ -60,7 +60,7 @@ class Searcher implements ShouldQueue
// The mission can be empty when blpop hit the timeout
if
(
empty
(
$mission
)){
continue
;
break
;
}
else
{
$mission
=
$mission
[
1
];
$this
->
counter
++
;
#
...
...
Write
Preview
Supports
Markdown
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