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:
parent
b74dabe7eb
commit
3278158c66
|
@ -124,7 +124,7 @@ fields(transport_options) ->
|
|||
mk(
|
||||
boolean(),
|
||||
#{
|
||||
default => true,
|
||||
default => false,
|
||||
desc => ?DESC("ipv6_probe"),
|
||||
required => false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue