diff --git a/cmd/s3-gw/app-settings.go b/cmd/s3-gw/app-settings.go index 4ae6af3a..6a4b6984 100644 --- a/cmd/s3-gw/app-settings.go +++ b/cmd/s3-gw/app-settings.go @@ -28,9 +28,6 @@ const ( defaultConnectTimeout = 30 * time.Second defaultShutdownTimeout = 15 * time.Second - defaultKeepaliveTime = 10 * time.Second - defaultKeepaliveTimeout = 10 * time.Second - defaultMaxClientsCount = 100 defaultMaxClientsDeadline = time.Second * 30 )