Skip to content

fuse: Remove max_write limit

Since we moved to fuse 3 big_writes are enabled by default. There is no need to manually specify max_write anymore since the set value is actually smaller than the libfuse default. Let libfuse figure out the right value.

This increses the transfer speed from 31MiB/s to 43MiB/s between my system and a SMB share.

Edited by Peter Keresztes Schmidt

Merge request reports