1
0
mirror of https://github.com/sjlongland/cluster-powerctl.git synced 2025-09-13 12:03:14 +10:00

setpoints: Swap timeouts around.

Got high and low frequency swapped, whoopsie!
This commit is contained in:
Stuart Longland 2017-03-19 11:14:36 +10:00
parent 97d4732c6c
commit dec958e9ca
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

@ -87,12 +87,12 @@
/*!
* High frequency polling period in seconds.
*/
#define T_HF_S (60)
#define T_HF_S (15)
/*!
* Low frequency polling period in seconds.
*/
#define T_LF_S (15)
#define T_LF_S (60)
/*!
* How long before we consider a lack of voltage increase a warning?