mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
Reduce NodeCallbackStreamManager from 32 -> 16 (#5229)
This commit is contained in:
parent
433a097449
commit
d5c74c086d
@ -20,7 +20,7 @@ import scala.concurrent.{ExecutionContext, Future}
|
||||
case class NodeCallbackStreamManager(
|
||||
callbacks: NodeCallbacks,
|
||||
overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure,
|
||||
maxBufferSize: Int = 32)(implicit system: ActorSystem)
|
||||
maxBufferSize: Int = 16)(implicit system: ActorSystem)
|
||||
extends NodeCallbacks
|
||||
with StartStopAsync[Unit]
|
||||
with Logging {
|
||||
|
Loading…
Reference in New Issue
Block a user