Re-enable Footprint worker

This commit is contained in:
Jan Eitzinger 2024-11-25 17:35:22 +01:00
parent f1e6dedd44
commit adb11b3ed0
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -79,7 +79,7 @@ func Start() {
RegisterLdapSyncService(lc.SyncInterval) RegisterLdapSyncService(lc.SyncInterval)
} }
// RegisterFootprintWorker() RegisterFootprintWorker()
RegisterUpdateDurationWorker() RegisterUpdateDurationWorker()
s.Start() s.Start()