Fewer concurrent requests in 02908_many_requests_to_system_replicas

This commit is contained in:
Alexander Gololobov 2023-11-19 11:14:24 +01:00
parent 2f76b1a641
commit 097f80657c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Creating 300 tables
Making making 500 requests to system.replicas
Making making 200 requests to system.replicas
Query system.replicas while waiting for other concurrent requests to finish
0
900

View File

@ -8,7 +8,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
set -e
NUM_TABLES=300
CONCURRENCY=500
CONCURRENCY=200
echo "Creating $NUM_TABLES tables"