diff --git a/client/internal/lazyconn/listener/allocator.go b/client/internal/lazyconn/listener/allocator.go index 832749824..807ae655f 100644 --- a/client/internal/lazyconn/listener/allocator.go +++ b/client/internal/lazyconn/listener/allocator.go @@ -2,12 +2,13 @@ package listener import ( "fmt" - log "github.com/sirupsen/logrus" "net" + + log "github.com/sirupsen/logrus" ) const ( - retryLimit = 100 + retryLimit = 5000 ) var (