mirror of
https://github.com/versity/versitygw.git
synced 2026-01-06 11:46:20 +00:00
Merge pull request #358 from versity/ben/gw_perf
fix: disable keepalive for better request rates under heavy load
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user