We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c50245e + d1b5dd4 commit 414a802Copy full SHA for 414a802
commons-redis/src/main/scala/com/avsystem/commons/redis/actor/ClusterMonitoringActor.scala
@@ -49,7 +49,7 @@ final class ClusterMonitoringActor(
49
private val connections = new mutable.HashMap[NodeAddress, ActorRef]
50
private val clients = new mutable.HashMap[NodeAddress, RedisNodeClient]
51
private var state = Opt.empty[ClusterState]
52
- private var suspendUntil = Deadline.now
+ private var suspendUntil = Deadline(Duration.Zero)
53
private var scheduledRefresh = Opt.empty[Cancellable]
54
private val seedFailures = new ArrayBuffer[Throwable]
55
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "1.27.7"
+version in ThisBuild := "1.27.8"
0 commit comments