Skip to content

Commit

Permalink
delete the logic of repeated enqueueing
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyd1988 authored and zhangzujian committed Feb 22, 2022
1 parent 61c5ebb commit 491abaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/vpc_nat_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ func (c *Controller) syncVpcNatGwRules(key string) error {
c.updateVpcFloatingIpQueue.Add(key)
c.updateVpcDnatQueue.Add(key)
c.updateVpcSnatQueue.Add(key)
c.updateVpcSnatQueue.Add(key)
c.updateVpcSubnetQueue.Add(key)
return nil
}
Expand Down

0 comments on commit 491abaa

Please sign in to comment.