mirror of
https://github.com/sjlongland/cluster-powerctl.git
synced 2025-09-14 04:23:15 +10:00
setpoints: Swap timeouts around.
Got high and low frequency swapped, whoopsie!
This commit is contained in:
parent
97d4732c6c
commit
dec958e9ca
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user