Skip to content
Snippets Groups Projects
Commit eaf67a08 authored by Dominik Hebeler's avatar 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
No related branches found
No related tags found
2 merge requests!859Development,!847Resolve "UX bei Such-Timeout"
...@@ -60,7 +60,7 @@ class Searcher implements ShouldQueue ...@@ -60,7 +60,7 @@ class Searcher implements ShouldQueue
// The mission can be empty when blpop hit the timeout // The mission can be empty when blpop hit the timeout
if(empty($mission)){ if(empty($mission)){
continue; break;
}else{ }else{
$mission = $mission[1]; $mission = $mission[1];
$this->counter++;# $this->counter++;#
......
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