mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
f7af730b50
This is using godep to manage the vendor directory.
7 lines
148 B
Go
7 lines
148 B
Go
package fuse
|
|
|
|
// Maximum file write size we are prepared to receive from the kernel.
|
|
//
|
|
// This number is just a guess.
|
|
const maxWrite = 128 * 1024
|