forked from TrueCloudLab/frostfs-s3-gw
s3-gw: drop dead code
cmd/s3-gw/app-settings.go:31:2 deadcode `defaultKeepaliveTime` is unused cmd/s3-gw/app-settings.go:32:2 deadcode `defaultKeepaliveTimeout` is unused Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
2b75bb3420
commit
df3746ad03
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ const (
|
||||||
defaultConnectTimeout = 30 * time.Second
|
defaultConnectTimeout = 30 * time.Second
|
||||||
defaultShutdownTimeout = 15 * time.Second
|
defaultShutdownTimeout = 15 * time.Second
|
||||||
|
|
||||||
defaultKeepaliveTime = 10 * time.Second
|
|
||||||
defaultKeepaliveTimeout = 10 * time.Second
|
|
||||||
|
|
||||||
defaultMaxClientsCount = 100
|
defaultMaxClientsCount = 100
|
||||||
defaultMaxClientsDeadline = time.Second * 30
|
defaultMaxClientsDeadline = time.Second * 30
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue