NKID00 commented on code in PR #4885:
URL: https://github.com/apache/opendal/pull/4885#discussion_r1678761309
##########
core/src/services/monoiofs/backend.rs:
##########
@@ -31,8 +36,16 @@ pub struct MonoiofsConfig {
///
/// All operations will happen under this root.
///
- /// Default to `/` if not set.
+ /// Builder::build will return error if not set.
pub root: Option<String>,
+ /// Count of worker threads that each runs a monoio runtime.
+ ///
+ /// Default to 1.
+ pub worker_threads: Option<NonZeroUsize>,
Review Comment:
These low-level configurations are removed in the latest commit. Please
review it again. Thanks.
--
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]