config of send queues
This commit is contained in:
parent
ebd1883df5
commit
3c779cebd4
7 changed files with 58 additions and 16 deletions
|
|
@ -176,7 +176,7 @@ private[akka] class OutboundControlJunction(
|
|||
import OutboundControlJunction._
|
||||
|
||||
private val sendControlMessageCallback = getAsyncCallback[ControlMessage](internalSendControlMessage)
|
||||
private val maxControlMessageBufferSize: Int = 1024 // FIXME config
|
||||
private val maxControlMessageBufferSize: Int = outboundContext.settings.Advanced.OutboundControlQueueSize
|
||||
private val buffer = new ArrayDeque[OutboundEnvelope]
|
||||
|
||||
override def preStart(): Unit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue