=str #22584 make subfusing work if diff materialize() is called
Also: removed unecessary method with wrong name, #22350
This commit is contained in:
parent
ef3b0f7444
commit
191bd0fe41
3 changed files with 10 additions and 3 deletions
|
|
@ -365,7 +365,8 @@ private final case class SavedIslandData(islandGlobalOffset: Int, lastVisitedOff
|
|||
|
||||
private[this] def createFlowName(): String = flowNames.next()
|
||||
|
||||
private val defaultInitialAttributes = {
|
||||
/** INTERNAL API */
|
||||
private[akka] val defaultInitialAttributes = {
|
||||
val a = Attributes(
|
||||
Attributes.InputBuffer(settings.initialInputBufferSize, settings.maxInputBufferSize) ::
|
||||
ActorAttributes.SupervisionStrategy(settings.supervisionDecider) ::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue