mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
server: Add connection rate limiter for server. (#1977)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
57146fbbb8
commit
936a916e78
@@ -39,6 +39,11 @@ var (
|
||||
globalQuiet = false // Quiet flag set via command line
|
||||
globalTrace = false // Trace flag set via environment setting.
|
||||
// Add new global flags here.
|
||||
|
||||
// Maximum connections handled per
|
||||
// server, defaults to 0 (unlimited).
|
||||
globalMaxConn = 0
|
||||
// Add new variable global values here.
|
||||
)
|
||||
|
||||
// global colors.
|
||||
|
||||
Reference in New Issue
Block a user