From 1ed0dab6adb3ea58129d4d8bd5fcdb6fc67e2279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 28 Dec 2018 12:41:38 +0100 Subject: [PATCH] config: raise default battery poll interval from 30s to 60s --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index faad1cd..a433f12 100644 --- a/config.c +++ b/config.c @@ -462,7 +462,7 @@ module_battery_from_config(const struct yml_node *node, return module_battery( yml_value_as_string(name), particle_from_config(c, parent_font), - poll_interval != NULL ? yml_value_as_int(poll_interval) : 30); + poll_interval != NULL ? yml_value_as_int(poll_interval) : 60); } static struct module *