Skip to content

Commit

Permalink
backport of commit 70b54d5
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Mar 3, 2023
1 parent 9219dc8 commit d2e03c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/proxycfg-sources/local/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func Sync(ctx context.Context, cfg SyncConfig) {
select {
case <-stateCh:
// Wait for a state change.
case <-time.After(cfg.ResyncFrequency):
case <-resyncCh:
resyncCh = nil
case <-ctx.Done():
return
Expand Down

0 comments on commit d2e03c3

Please sign in to comment.