ops: Fix goimports on fair-share bandwidth PR
CI / vulncheck (pull_request) Successful in 14s
CI / check-and-test (pull_request) Successful in 51s
CI / vulncheck (push) Successful in 14s
CI / check-and-test (push) Successful in 50s
Release Tag / release (push) Successful in 20s

This commit was merged in pull request #54.
This commit is contained in:
2026-09-09 20:27:32 +00:00
parent b7710de0ca
commit 25622cbf25
4 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ var (
logLevel string
logFormat string
maxConcurrentRequests int64
maxRequestsPerClient int64
maxConcurrentRequests int64
maxRequestsPerClient int64
uplinkBandwidth string
maxBytesPerClientPerSec int64
)