Revert the removal of akka.remote.transport. Will be used in ticket 1424
This commit is contained in:
parent
035f514843
commit
639c5d6a54
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ class RemoteExtensionSettings(val config: Config) extends Extension {
|
|||
|
||||
import config._
|
||||
|
||||
val RemoteTransport = getString("akka.remote.transport")
|
||||
val FailureDetectorThreshold = getInt("akka.remote.failure-detector.threshold")
|
||||
val FailureDetectorMaxSampleSize = getInt("akka.remote.failure-detector.max-sample-size")
|
||||
val ShouldCompressData = config.getBoolean("akka.remote.use-compression")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue