xanmod-kernels: disable writeback throttling by default

follows the commit https://gitlab.com/xanmod/linux/-/commit/b5ad63a6135deb8498ef4476a0a257600ffceafd
This commit is contained in:
zzzsyyy
2024-04-24 21:44:43 +08:00
parent 2b53188c8d
commit ddf4c3d5dc
@@ -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 = {