1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-26 22:26:08 +02:00

Disable UpdateFootprint service for debugging

This commit is contained in:
2024-11-09 09:24:51 +01:00
parent c05ffeb16d
commit 1a87ed8210

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