Minor fixes from review comments.
This commit is contained in:
parent
82bbca43ab
commit
fd82251501
6 changed files with 2 additions and 10 deletions
|
|
@ -21,7 +21,6 @@ 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