Merge pull request #294 from ClusterCockpit/hotfix

Disable UpdateFootprint service for debugging
This commit is contained in:
Jan Eitzinger
2024-11-12 06:37:44 +01:00
committed by GitHub

View File

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