We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81de5aa commit e6d4b46Copy full SHA for e6d4b46
hitless/config.go
@@ -136,7 +136,7 @@ func DefaultConfig() *Config {
136
MaxWorkers: 0, // Auto-calculated based on pool size
137
HandoffQueueSize: 0, // Auto-calculated based on max workers
138
PostHandoffRelaxedDuration: 0, // Auto-calculated based on relaxed timeout
139
- LogLevel: LogLevelError,
+ LogLevel: logging.LogLevelError,
140
141
// Connection Handoff Configuration
142
MaxHandoffRetries: 3,
internal/pool/pool_test.go
@@ -10,7 +10,6 @@ import (
10
11
. "github.com/bsm/ginkgo/v2"
12
. "github.com/bsm/gomega"
13
- "github.com/redis/go-redis/v9"
14
"github.com/redis/go-redis/v9/internal/pool"
15
"github.com/redis/go-redis/v9/logging"
16
)
0 commit comments