mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-15 17:31:50 +02:00
refactor(expirymap): optimize performance and add StopCleaner method
This commit is contained in:
@@ -113,4 +113,5 @@ func (sm *SystemManager) RemoveAllSystems() {
|
||||
for _, system := range sm.systems.GetAll() {
|
||||
sm.RemoveSystem(system.Id)
|
||||
}
|
||||
sm.smartFetchMap.StopCleaner()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user