diff --git a/nodes/src/supervisor.c b/nodes/src/supervisor.c index 66d0583..bd328e3 100644 --- a/nodes/src/supervisor.c +++ b/nodes/src/supervisor.c @@ -1,6 +1,6 @@ #include "supervisor.h" -const int SLEEP_GRANULARITY = 2; // [min] +const int SLEEP_GRANULARITY = 1; // [min] const int SLEEP_MIN_DURATION = SLEEP_GRANULARITY; // [min] const int SLEEP_MAX_DURATION = 30; // [min]