Skip to content

Commit

Permalink
Merge pull request #97 from backguynn/main
Browse files Browse the repository at this point in the history
Temporary change in number of workers
  • Loading branch information
backguynn authored Jan 24, 2024
2 parents c71a5b4 + 535d5a3 commit b82bead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/loxilb-io/kube-loxilb
go 1.19

require (
github.com/loxilb-io/loxilib v0.8.9-0.20230917073555-122edd7e0df4
github.com/loxilb-io/loxilib v0.8.9-0.20240124072521-f37fbddfb4e8
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v2 v2.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/loxilb-io/loxilib v0.8.9-0.20230917073555-122edd7e0df4 h1:m8M42sDLZ6irtBLwBUY2arvU52vWmVvWiiE3mvMPAOM=
github.com/loxilb-io/loxilib v0.8.9-0.20230917073555-122edd7e0df4/go.mod h1:LoQCxBz+N0fO9rGwRmPHrQPHol/jUf4MNpph63Cydkg=
github.com/loxilb-io/loxilib v0.8.9-0.20240124072521-f37fbddfb4e8 h1:PYkgIX2fv1UluRR82SAot3O5YnwwCbcWc7VULvPv3QM=
github.com/loxilb-io/loxilib v0.8.9-0.20240124072521-f37fbddfb4e8/go.mod h1:LoQCxBz+N0fO9rGwRmPHrQPHol/jUf4MNpph63Cydkg=
github.com/loxilb-io/sctp v0.0.0-20230519081703-6d1baec82fd4 h1:oDc2lsbfuQEcVP3k+Pw4v6Xdm3t4M9vBc1Y9egszv6g=
github.com/loxilb-io/sctp v0.0.0-20230519081703-6d1baec82fd4/go.mod h1:1a6hv8ISVQhnW5IVpW9o+OL6BAFlWiVpC0O4d19g+wQ=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/manager/loadbalancer/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
resyncPeriod = 60 * time.Second
minRetryDelay = 2 * time.Second
maxRetryDelay = 120 * time.Second
defaultWorkers = 4
defaultWorkers = 1
LoxiMaxWeight = 10
LoxiMultusServiceAnnotation = "loxilb.io/multus-nets"
numSecIPAnnotation = "loxilb.io/num-secondary-networks"
Expand Down

0 comments on commit b82bead

Please sign in to comment.