Unverified Commit ddf4c3d5 authored by zzzsyyy's avatar zzzsyyy
Browse files

xanmod-kernels: disable writeback throttling by default

parent 2b53188c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ let
      HZ = freeform "250";
      HZ_250 = yes;
      HZ_1000 = no;

      # Disable writeback throttling by default
      BLK_WBT_MQ = lib.mkOverride 60 no;
    };

    extraMeta = {