diff --git a/core/src/types/operator/operator_futures.rs b/core/src/types/operator/operator_futures.rs index 4d16680087d5..2efe12904115 100644 --- a/core/src/types/operator/operator_futures.rs +++ b/core/src/types/operator/operator_futures.rs @@ -300,7 +300,7 @@ impl>> FutureWrite { /// Set the maximum concurrent write task amount. pub fn concurrent(self, v: usize) -> Self { - self.map(|(args, bs)| (args.with_chunk(v), bs)) + self.map(|(args, bs)| (args.with_concurrent(v), bs)) } /// Set the content type of option