Skip to content

Commit 414a802

Browse files
committed
Merge branch 'redis-init-rc-fix' into HEAD
# Conflicts: # version.sbt
2 parents c50245e + d1b5dd4 commit 414a802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-redis/src/main/scala/com/avsystem/commons/redis/actor/ClusterMonitoringActor.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ final class ClusterMonitoringActor(
4949
private val connections = new mutable.HashMap[NodeAddress, ActorRef]
5050
private val clients = new mutable.HashMap[NodeAddress, RedisNodeClient]
5151
private var state = Opt.empty[ClusterState]
52-
private var suspendUntil = Deadline.now
52+
private var suspendUntil = Deadline(Duration.Zero)
5353
private var scheduledRefresh = Opt.empty[Cancellable]
5454
private val seedFailures = new ArrayBuffer[Throwable]
5555

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.27.7"
1+
version in ThisBuild := "1.27.8"

0 commit comments

Comments
 (0)