Merge "Change FUSE_MAX_WRITE's value to 128KB" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ebc30594e0
@@ -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