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

Commit b2e125cb authored by Akilesh Kailash's avatar Akilesh Kailash
Browse files

libsnapshot: snapuserd: Enable read-ahead functionality



This enables read-ahead functionality by having
scratch space in the COW

Bug: 183863613
Test: OTA tests with new COW format

Signed-off-by: default avatarAkilesh Kailash <akailash@google.com>
Change-Id: I7988687c81d0ea239e71695818199db4653ddb80
parent c67686ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ struct CowOptions {
    // Number of CowOperations in a cluster. 0 for no clustering. Cannot be 1.
    uint32_t cluster_ops = 200;

    bool scratch_space = false;
    bool scratch_space = true;
};

// Interface for writing to a snapuserd COW. All operations are ordered; merges