Disable UpdateFootprint service for debugging

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

View File

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