diff options
Diffstat (limited to 'stress-server.sh')
-rwxr-xr-x | stress-server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stress-server.sh b/stress-server.sh index 09d06c44..643c8990 100755 --- a/stress-server.sh +++ b/stress-server.sh @@ -17,7 +17,7 @@ rm $OUT* case "$1" in --ws) shift - ARGS="-q --ldpaths=/tmp --binding=$HELLO --session-max=100 --ws-server=unix:@afw:hello --no-httpd --exec $AFB --session-max=100 --port=$PORT --ldpaths=/tmp --roothttp=$TEST --token=$TOKEN --ws-client=unix:@afw:hello " + ARGS="-q --no-ldpaths --binding=$HELLO --session-max=100 --ws-server=unix:@afw:hello --no-httpd --exec $AFB --session-max=100 --port=$PORT --no-ldpaths --roothttp=$TEST --token=$TOKEN --ws-client=unix:@afw:hello " # ARGS="$ARGS -vvv --tracereq=all" ;; *) |