summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-06 19:44:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-06 19:44:53 +0200
commit53b055b6aabd87fa096edf70a6e58eea6c87f38b (patch)
tree07ae1f4e4f8f7e2efbf72ab41f2cae9917135b3c /tests
parent8e76a0521bee36e02e8bce2e97fa3d2aa67130da (diff)
downloadrsyslog-53b055b6aabd87fa096edf70a6e58eea6c87f38b.tar.gz
rsyslog-53b055b6aabd87fa096edf70a6e58eea6c87f38b.tar.xz
rsyslog-53b055b6aabd87fa096edf70a6e58eea6c87f38b.zip
moved zip part to writer thread
... this is necessary in preparation for the final solution (we need to have a "unified" writer). If it causes worse performance to have the zip writher togehter with the synchronous write, we may do an async write...
Diffstat (limited to 'tests')
-rwxr-xr-xtests/threadingmq.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/threadingmq.sh b/tests/threadingmq.sh
index 3680df5f..5c29ec60 100755
--- a/tests/threadingmq.sh
+++ b/tests/threadingmq.sh
@@ -9,7 +9,7 @@
echo TEST: threadingmq.sh - main queue concurrency
source $srcdir/diag.sh init
source $srcdir/diag.sh startup threadingmq.conf
-source $srcdir/diag.sh tcpflood 127.0.0.1 13514 2 10000000
+source $srcdir/diag.sh tcpflood 127.0.0.1 13514 2 100000
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
-source $srcdir/diag.sh seq-check 0 9999999
+source $srcdir/diag.sh seq-check 0 99999
source $srcdir/diag.sh exit