Skip to content

Commit e6d4b46

Browse files
committed
fix build
1 parent 81de5aa commit e6d4b46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hitless/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func DefaultConfig() *Config {
136136
MaxWorkers: 0, // Auto-calculated based on pool size
137137
HandoffQueueSize: 0, // Auto-calculated based on max workers
138138
PostHandoffRelaxedDuration: 0, // Auto-calculated based on relaxed timeout
139-
LogLevel: LogLevelError,
139+
LogLevel: logging.LogLevelError,
140140

141141
// Connection Handoff Configuration
142142
MaxHandoffRetries: 3,

internal/pool/pool_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010

1111
. "github.com/bsm/ginkgo/v2"
1212
. "github.com/bsm/gomega"
13-
"github.com/redis/go-redis/v9"
1413
"github.com/redis/go-redis/v9/internal/pool"
1514
"github.com/redis/go-redis/v9/logging"
1615
)

0 commit comments

Comments
 (0)