From c085baf951b1b3584a6d9c17eca5950f238eb1c8 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 30 Sep 2015 19:00:41 +0200 Subject: [PATCH] Reduced the constant minimum_delay_to_go_down to 10s. --- breezed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breezed.c b/breezed.c index 6c4895b..dd360c1 100644 --- a/breezed.c +++ b/breezed.c @@ -40,7 +40,7 @@ const char *default_configuration_file = "/etc/breezed.conf"; const int polling_delay = 5; /* Minimum time between last change and a change down. */ -const int minimum_delay_to_go_down = 30; +const int minimum_delay_to_go_down = 10; /* Gap between a threshold to go up and a threshold to go down to reduce the oscillations. */ -- 2.20.1