]> Kevux Git Server - fll/commit
Regression: controller_time_micro() is waiting too long.
authorKevin Day <thekevinday@gmail.com>
Sun, 31 Oct 2021 04:00:42 +0000 (23:00 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 31 Oct 2021 04:00:42 +0000 (23:00 -0500)
commit7b431bb4fbb6f0e239024e5e734d1883956efc90
treed313980606b57f9d80af05a49aeee4d9d37619b8
parentde511bb72affe3833c477b2f4f6bd139f209dfa7
Regression: controller_time_micro() is waiting too long.

Turns out that my calculation is in milliseconds but the value is not in milliseconds (it says microseconds!).

Change this to milliseconds and update the time as appropriate.
level_3/controller/c/private-common.c
level_3/controller/c/private-common.h
level_3/controller/c/private-rule.c