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 e84f22fe70f99f67b4ceae77b0ab1f23954ed955
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Jan 3 14:23:47 2025 +0000

    cpufreq - make 0.5 sec polling default
---
 src/modules/cpufreq/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c
index 1b9728f68..a75177ff7 100644
--- a/src/modules/cpufreq/e_mod_main.c
+++ b/src/modules/cpufreq/e_mod_main.c
@@ -545,7 +545,7 @@ 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->check_interval = 0.5;
         cpufreq_config->power_lo       = 33;
         cpufreq_config->power_hi       = 67;
      }

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

Reply via email to