@cR0w
I initially had it at 60 and got the error.
So I took their suggestion of setting it to 59. 😂
@wdormann That's certainly a head scratcher https://sourceforge.net/p/watchdog/code/ci/master/tree/src/watchdog.c#l324
@andyprice
I don't think it's a head scratcher.
The code uses >=
If they didn't want to have an off-by-one error, then they'd use > instead.