Skip to content

Commit

Permalink
Added common bgp config error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Aug 12, 2023
1 parent b270f03 commit 1153466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/loxilb-agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func run(o *Options) error {

loxilbClients := make([]*api.LoxiClient, 0)
loxilbPeerClients := make([]*api.LoxiClient, 0)
loxiLBLiveCh := make(chan *api.LoxiClient, 2)
loxiLBLiveCh := make(chan *api.LoxiClient, 50)
loxiLBPurgeCh := make(chan *api.LoxiClient, 5)
loxiLBSelMasterEvent := make(chan bool)

Expand Down

0 comments on commit 1153466

Please sign in to comment.