Merge "Change FUSE_MAX_WRITE's value to 128KB" into pi-dev
am: ebc30594e0
Change-Id: I2b7f32f7e500a8c4cacfeb84966d149b41e32ac8
This commit is contained in:
@@ -138,7 +138,7 @@ public class FuseAppLoop implements Handler.Callback {
|
||||
private static final int FUSE_FSYNC = 20;
|
||||
|
||||
// Defined in FuseBuffer.h
|
||||
private static final int FUSE_MAX_WRITE = 256 * 1024;
|
||||
private static final int FUSE_MAX_WRITE = 128 * 1024;
|
||||
|
||||
@Override
|
||||
public boolean handleMessage(Message msg) {
|
||||
|
||||
Reference in New Issue
Block a user