Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 583d8962 authored by Ryo Hashimoto's avatar Ryo Hashimoto Committed by android-build-merger
Browse files

Merge "Change FUSE_MAX_WRITE's value to 128KB" into pi-dev

am: ebc30594

Change-Id: I2b7f32f7e500a8c4cacfeb84966d149b41e32ac8
parents 6fde033e ebc30594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {