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

Commit ab934a21 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo of snapuserd_verify.h" into main am: a747b756

parents 2a0958b1 a747b756
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ class UpdateVerify {
     * (/proc/pressure/{cpu,memory}; and monitoring the Inactive(file) and
     * Active(file) pages from /proc/meminfo.
     *
     * Additionally, for low memory devices, it is advisible to use O_DIRECT
     * fucntionality for source block device.
     * Additionally, for low memory devices, it is advisable to use O_DIRECT
     * functionality for source block device.
     */
    int kMinThreadsToVerify = 1;
    int kMaxThreadsToVerify = 3;