You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Number of files (or file parts) to download concurrently. Higher values will increase throughput. Default is 10.",
52
-
defaultValue = "10"
51
+
description = "Number of files (or file parts) to download / upload / hash concurrently. Higher values will increase throughput. Default is number of available CPUs."
53
52
)
54
53
@JsonProperty("concurrentConnections")
55
54
publicIntegerconcurrentConnections;
@@ -60,6 +59,8 @@ public abstract class AbstractOperationRequest extends OperationRequest {
0 commit comments