Skip to content

Commit b174d6d

Browse files
authored
[POA-3458] - Increase default agent rate limit (#136)
The default limit has been manually increased to 12,000 in all k8s clusters (except parcels) for some time now. This PR makes the new limit the default.
1 parent 22cef16 commit b174d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apispec/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
DefaultParseTLSHandshakes = true
2626

2727
// How many requests to capture per minute.
28-
DefaultRateLimit = 1000.0
28+
DefaultRateLimit = 12000.0
2929

3030
// How often to upload client telemetry.
3131
DefaultTelemetryInterval_seconds = 5 * 60 // 5 minutes

0 commit comments

Comments
 (0)