Re-enable Footprint worker

This commit is contained in:
2024-11-25 17:35:22 +01:00
parent f1e6dedd44
commit adb11b3ed0

View File

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