mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Make connection limit configurable
This commit is contained in:
@@ -25,10 +25,11 @@ import (
|
||||
|
||||
// Config - http server config
|
||||
type Config struct {
|
||||
Address string
|
||||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
Address string
|
||||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
ConnectionLimit int
|
||||
}
|
||||
|
||||
// Server - http server related
|
||||
|
||||
Reference in New Issue
Block a user