fix(ft): disable `ipv6_probe` by default for S3 clients

It's often demonstrates degraded performance on common setups, e.g.
containers with virtualized network interfaces.
This commit is contained in:
Andrew Mayorov 2023-05-25 12:59:33 +03:00
parent b74dabe7eb
commit 3278158c66
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ fields(transport_options) ->
mk(
boolean(),
#{
default => true,
default => false,
desc => ?DESC("ipv6_probe"),
required => false
}