update stress test parameters

This commit is contained in:
aler9 2020-10-06 13:57:36 +02:00
parent cbea352bb1
commit 7cece412c1
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
PROXY_COUNT=10
PROXY_COUNT=20
PROXY_PROTOCOL=tcp
#####################################################

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
PUBLISHER_COUNT=10
PUBLISHER_COUNT=20
PUBLISHER_PROTOCOL=tcp
#####################################################

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
READER_COUNT=10
READER_COUNT=20
READER_PROTOCOL=tcp
#####################################################