Skip to content
Snippets Groups Projects
Commit e54cbec8 authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #8078 from ctiller/somewhat_less_outstanding

Reduce outstanding request count
parents 22f39f52 6c38c1be
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ BIG_GENERIC_PAYLOAD = { ...@@ -70,7 +70,7 @@ BIG_GENERIC_PAYLOAD = {
# non-ping-pong tests (since we can only specify per-channel numbers, the # non-ping-pong tests (since we can only specify per-channel numbers, the
# actual target will be slightly higher) # actual target will be slightly higher)
OUTSTANDING_REQUESTS={ OUTSTANDING_REQUESTS={
'async': 10000, 'async': 6400,
'sync': 1000 'sync': 1000
} }
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment