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
Currently, the value of max_write is hardcoded in https://github.com/zargony/fuse-rs/blob/master/src/request.rs#L93. This is a bit problematic for my usecase where I want to be able to create file sytems with different max_write` parameters.
I have a patch which I will submit as a PR shortly that implements the above. However, the PR changes the API of mount and spawn_mount. Given the existing API, I wasn't sure how else to introduce this feature. Feedback is welcome.
The text was updated successfully, but these errors were encountered:
Currently, the value of
max_write is hardcoded in https://github.com/zargony/fuse-rs/blob/master/src/request.rs#L93. This is a bit problematic for my usecase where I want to be able to create file sytems with different
max_write` parameters.I have a patch which I will submit as a PR shortly that implements the above. However, the PR changes the API of
mount
andspawn_mount
. Given the existing API, I wasn't sure how else to introduce this feature. Feedback is welcome.The text was updated successfully, but these errors were encountered: