diff options
author | 2023-05-08 19:03:38 +0200 | |
---|---|---|
committer | 2023-05-08 18:03:38 +0100 | |
commit | cbb9e2d3f04e06365bfe42769f02c8b667ce531d (patch) | |
tree | 9de8a24096c352919232b1774d21e2440fdf3a7f /testrig/config.go | |
parent | [bugfix] Punycode fixes (#1743) (diff) | |
download | gotosocial-cbb9e2d3f04e06365bfe42769f02c8b667ce531d.tar.xz |
[chore/performance] Make sender multiplier configurable (#1750)
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/config.go b/testrig/config.go index df9efd54f..867341607 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -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", |