remove wrong TODO

This commit is contained in:
Pavel Sviderski
2024-12-11 16:50:15 +10:00
parent 6b80ef9db8
commit 8eea34d8dc
-1
View File
@@ -184,7 +184,6 @@ func (m *Manager) syncContainersToStore(ctx context.Context) error {
}
// Create or update the current Docker containers in the store.
// TODO: update only the changed containers to reduce unnecessary gossip traffic and not trigger other controllers.
for _, dc := range containers {
c := &api.Container{Container: dc}
if err = m.store.CreateOrUpdateContainer(ctx, c, m.machineID); err != nil {