File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ func DefaultConfig() *Config {
136
136
MaxWorkers : 0 , // Auto-calculated based on pool size
137
137
HandoffQueueSize : 0 , // Auto-calculated based on max workers
138
138
PostHandoffRelaxedDuration : 0 , // Auto-calculated based on relaxed timeout
139
- LogLevel : LogLevelError ,
139
+ LogLevel : logging . LogLevelError ,
140
140
141
141
// Connection Handoff Configuration
142
142
MaxHandoffRetries : 3 ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import (
10
10
11
11
. "github.com/bsm/ginkgo/v2"
12
12
. "github.com/bsm/gomega"
13
- "github.com/redis/go-redis/v9"
14
13
"github.com/redis/go-redis/v9/internal/pool"
15
14
"github.com/redis/go-redis/v9/logging"
16
15
)
You can’t perform that action at this time.
0 commit comments