This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 63c7222ff4395239b32814d0f585e5e5cda74d58
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Dec 12 19:11:28 2024 +0000

    cpufreq - have more sensible defaults for lo/hi power
---
 src/modules/cpufreq/e_mod_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c
index 989005a7e..1b9728f68 100644
--- a/src/modules/cpufreq/e_mod_main.c
+++ b/src/modules/cpufreq/e_mod_main.c
@@ -546,8 +546,8 @@ e_modapi_init(E_Module *m)
         cpufreq_config = E_NEW(Config, 1);
         cpufreq_config->config_version = CPUFREQ_CONFIG_VERSION;
         cpufreq_config->check_interval = 0.2;
-        cpufreq_config->power_lo       = 0;
-        cpufreq_config->power_hi       = 100;
+        cpufreq_config->power_lo       = 33;
+        cpufreq_config->power_hi       = 67;
      }
    E_CONFIG_LIMIT(cpufreq_config->check_interval, 0.1, 1.0);
    E_CONFIG_LIMIT(cpufreq_config->power_lo, 0, 100);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to