Skip to content

Commit

Permalink
fix: remove divider
Browse files Browse the repository at this point in the history
  • Loading branch information
tchardin committed Apr 29, 2024
1 parent 9e8bf0a commit 024c3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyd/consensus_poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (ah *PollerAsyncHandler) Init() {
// create the group consensus poller
go func() {
for {
timer := time.NewTimer(ah.cp.interval / 20)
timer := time.NewTimer(ah.cp.interval)
ah.cp.UpdateBackendGroupConsensus(ah.ctx)

select {
Expand Down

0 comments on commit 024c3d0

Please sign in to comment.