Skip to content
Snippets Groups Projects
Commit 2d2da31f authored by David Trattnig's avatar David Trattnig
Browse files

Dummy output for 2nd HTTP stream.

parent 3fe386a5
Branches
No related tags found
No related merge requests found
......@@ -32,4 +32,5 @@ input_http_0 = input.http(id="in_http_0", buffer=10.0, max=60.0, timeout=60.0, s
input_http_1 = input.http(id="in_http_1", buffer=10.0, max=60.0, timeout=60.0, starturl)
# Route input stream to an dummy output to avoid buffer-overrun messages
output.dummy(id="DUMMY_STREAM_OUTPUT", fallible=true, input_http)
\ No newline at end of file
output.dummy(id="SPAM_STREAM_OUTPUT_0", fallible=true, input_http_0)
output.dummy(id="SPAM_STREAM_OUTPUT_1", fallible=true, input_http_1)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment