xanmod-kernels: enable writeback throttling by default

follows commit c493325416
This commit is contained in:
zzzsyyy 2024-05-19 23:25:19 +08:00
parent dd1fc0955d
commit 57f37e2c8c
No known key found for this signature in database
GPG Key ID: 3F2409FFE586FB7F

View File

@ -45,9 +45,6 @@ let
HZ = freeform "250";
HZ_250 = yes;
HZ_1000 = no;
# Disable writeback throttling by default
BLK_WBT_MQ = lib.mkOverride 60 no;
};
extraMeta = {