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
for the putFile, and the number of streams is set to 1 when using getFile.
This can be inefficient for very large files, especially when storage elements can allow for up to 10 streams (even more in some cases).
Why not have the number of streams defined as the minimum between the MaxNbStreams of the source and the MaxNbStreams of the destination? Those would be defined as Resource properties (like the Host, port, etc.)