refactor(expirymap): optimize performance and add StopCleaner method

This commit is contained in:
henrygd
2026-03-08 19:09:41 -04:00
parent 654cd06b19
commit 35d0e792ad
3 changed files with 81 additions and 16 deletions

View File

@@ -113,4 +113,5 @@ func (sm *SystemManager) RemoveAllSystems() {
for _, system := range sm.systems.GetAll() {
sm.RemoveSystem(system.Id)
}
sm.smartFetchMap.StopCleaner()
}