overdue
This commit is contained in:
7
.rclone_repo/vendor/bazil.org/fuse/fuse_linux.go
generated
vendored
Executable file
7
.rclone_repo/vendor/bazil.org/fuse/fuse_linux.go
generated
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
package fuse
|
||||
|
||||
// Maximum file write size we are prepared to receive from the kernel.
|
||||
//
|
||||
// Linux 4.2.0 has been observed to cap this value at 128kB
|
||||
// (FUSE_MAX_PAGES_PER_REQ=32, 4kB pages).
|
||||
const maxWrite = 128 * 1024
|
||||
Reference in New Issue
Block a user