diff --git a/load_test.sample b/load_test.sample index ed4c30a..ace80da 100755 --- a/load_test.sample +++ b/load_test.sample @@ -8,7 +8,6 @@ command -v websocat >/dev/null || { echo >&2 "Install websocat with `cargo insta echo "Opening $number_of_ws WebSockets to $timeline" for i in $(seq 0 $number_of_ws); do - sleep 0.1 websocat wss://${instance}/api/v1/streaming/?stream=${timeline} --no-close > /dev/null & done