dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.2k stars 661 forks source link

Increase MAX_READ_SIZE in dokan fuse. #1092

Closed Moonpuck closed 2 years ago

Moonpuck commented 2 years ago

Can dokan fuse increase MAX_READ_SIZE from 64KB to 1MB, or make it to fuse option? We built our network filesystem with dokan, and we do not want to do more read calls for big read(1MB or more). Thanks.

Moonpuck commented 2 years ago

Another question. I tried to modify MAX_READ_SIZE and build dokan fuse in my windows server 2016(MinGW-64bit env) with the command in build.ps1. Then I got 553KB libdokanfuse2.dll and 84KB libdokanfuse2.dll.a files. Is my libdokanfuse2.dll different from which in the installer(470KB libdokanfuse2.dll)? Thanks.

Liryna commented 2 years ago

Done. The binary size difference must just be due to the difference of the compiler version.