projects
/
breezed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248c2b8
)
Reduced the constant minimum_delay_to_go_down to 10s.
author
Francois Fleuret
<francois@fleuret.org>
Wed, 30 Sep 2015 17:00:41 +0000
(19:00 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Wed, 30 Sep 2015 17:00:41 +0000
(19:00 +0200)
breezed.c
patch
|
blob
|
history
diff --git
a/breezed.c
b/breezed.c
index
6c4895b
..
dd360c1
100644
(file)
--- 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 =
3
0;
+const int minimum_delay_to_go_down =
1
0;
/* Gap between a threshold to go up and a threshold to go down to
reduce the oscillations. */