From effb462269c71decc0d50a22cfd0f2daa616110b Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 5 Mar 2022 18:44:56 +0100 Subject: [PATCH] Disable cacule RDB by default Fixes https://github.com/Frogging-Family/linux-tkg/issues/431 --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index a1df0f0..c064706 100644 --- a/customization.cfg +++ b/customization.cfg @@ -194,7 +194,7 @@ _processor_opt="" _irq_threading="false" # CacULE only - Enable Response Driven Balancer, an experimental load balancer for CacULE -_cacule_rdb="" +_cacule_rdb="false" # CacULE only - Load balance time period - Default is 19 # https://github.com/hamadmarri/cacule-cpu-scheduler/blob/master/patches/CacULE/RDB/rdb.patch#L56