Fixed xds-server folder events detection.
[src/xds/xds-agent.git] / lib / agent / projects.go
index a0b641a..d6268fa 100644 (file)
@@ -246,7 +246,7 @@ func (p *Projects) createUpdate(newF xaapiv1.ProjectConfig, create bool, initial
        // Add to folders list
        p.projects[newPrj.ID] = &fld
 
-       // Force sync after creation
+       // Force sync to get an initial sync status
        // (need to defer to be sure that WS events will arrive after HTTP creation reply)
        go func() {
                time.Sleep(time.Millisecond * 500)