mirror of
https://github.com/versity/versitygw.git
synced 2026-09-07 08:36:54 +00:00
fix: disable keepalive for better request rates under heavy load
This commit is contained in:
@@ -333,6 +333,7 @@ func runGateway(ctx context.Context, be backend.Backend) error {
|
||||
ServerHeader: "VERSITYGW",
|
||||
BodyLimit: int(blimit),
|
||||
StreamRequestBody: true,
|
||||
DisableKeepalive: true,
|
||||
})
|
||||
|
||||
var opts []s3api.Option
|
||||
|
||||
Reference in New Issue
Block a user