This delays creation of the first HouseKeepingThread until the first cycle, which is one minute after creation. This will allow time for other potentially necessary subsystems to come up on init, should the HouseKeeperTasks need them. Tasks tagged as kHKRunImmediateOnStartup will still be run in-thread immediately as the housekeeper is started.
Fixes #12042
3d14864 Add housekeeper startup delay.
mythtv/libs/libmythbase/housekeeper.cpp | 3 ---
1 file changed, 3 deletions(-)
Upstream: github.com