one goroutine handles all matches
it's not the filters that handles their matches anymore
This commit is contained in:
@ -5,7 +5,7 @@ patterns:
|
||||
|
||||
streams:
|
||||
tailDown:
|
||||
cmd: [ "sh", "-c", "sleep 6; echo found 1; echo found 2; sleep 10" ]
|
||||
cmd: [ "sh", "-c", "sleep 2; echo found 1; echo found 2; sleep 2" ]
|
||||
filters:
|
||||
findIP:
|
||||
regex:
|
||||
|
Reference in New Issue
Block a user