[chore/performance] Make sender multiplier configurable (#1750)

This commit is contained in:
tobi 2023-05-08 19:03:38 +02:00 committed by GitHub
commit cbb9e2d3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 109 additions and 5 deletions

View file

@ -120,6 +120,7 @@ var testDefaults = config.Configuration{
AdvancedCookiesSamesite: "lax",
AdvancedRateLimitRequests: 0, // disabled
AdvancedThrottlingMultiplier: 0, // disabled
AdvancedSenderMultiplier: 0, // 1 sender only, regardless of CPU
SoftwareVersion: "0.0.0-testrig",