pitrou commented on a change in pull request #11890:
URL: https://github.com/apache/arrow/pull/11890#discussion_r765037821
##########
File path: cpp/src/arrow/filesystem/gcsfs.h
##########
@@ -37,6 +37,9 @@ struct ARROW_EXPORT GcsOptions {
std::string endpoint_override;
std::string scheme;
+ /// Limits the number of concurrent operations, such as Object deletes.
+ int maximum_concurrent_operations = 64;
Review comment:
No need for this if we use the IOContext's executor (the filesystem may
decide to provide its own executor, or use the default IO thread pool).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]