Skip to content

Commit

Permalink
Merge branch 'redis-init-rc-fix' into HEAD
Browse files Browse the repository at this point in the history
# Conflicts:
#	version.sbt
  • Loading branch information
ghik committed Jun 12, 2018
2 parents c50245e + d1b5dd4 commit 414a802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ final class ClusterMonitoringActor(
private val connections = new mutable.HashMap[NodeAddress, ActorRef]
private val clients = new mutable.HashMap[NodeAddress, RedisNodeClient]
private var state = Opt.empty[ClusterState]
private var suspendUntil = Deadline.now
private var suspendUntil = Deadline(Duration.Zero)
private var scheduledRefresh = Opt.empty[Cancellable]
private val seedFailures = new ArrayBuffer[Throwable]

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.27.7"
version in ThisBuild := "1.27.8"

0 comments on commit 414a802

Please sign in to comment.