From cbb9e2d3f04e06365bfe42769f02c8b667ce531d Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 8 May 2023 19:03:38 +0200 Subject: [chore/performance] Make sender multiplier configurable (#1750) --- test/envparsing.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/envparsing.sh b/test/envparsing.sh index 2a9be5155..d1f7a9ee7 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -11,6 +11,7 @@ EXPECT=$(cat <<"EOF" "accounts-registration-open": true, "advanced-cookies-samesite": "strict", "advanced-rate-limit-requests": 6969, + "advanced-sender-multiplier": -1, "advanced-throttling-multiplier": -1, "advanced-throttling-retry-after": 10000000000, "application-name": "gts", @@ -241,6 +242,7 @@ GTS_SYSLOG_PROTOCOL='udp' \ GTS_SYSLOG_ADDRESS='127.0.0.1:6969' \ GTS_ADVANCED_COOKIES_SAMESITE='strict' \ GTS_ADVANCED_RATE_LIMIT_REQUESTS=6969 \ +GTS_ADVANCED_SENDER_MULTIPLIER=-1 \ GTS_ADVANCED_THROTTLING_MULTIPLIER=-1 \ GTS_ADVANCED_THROTTLING_RETRY_AFTER='10s' \ GTS_REQUEST_ID_HEADER='X-Trace-Id' \ -- cgit v1.2.3