Merge pull request #358 from versity/ben/gw_perf

fix: disable keepalive for better request rates under heavy load
This commit is contained in:
Ben McClelland
2023-12-26 10:28:46 -08:00
committed by GitHub

View File

@@ -331,6 +331,7 @@ func runGateway(ctx context.Context, be backend.Backend) error {
AppName: "versitygw",
ServerHeader: "VERSITYGW",
StreamRequestBody: true,
DisableKeepalive: true,
})
var opts []s3api.Option