Corrected documentation (#26159)
This commit is contained in:
parent
89a547f690
commit
67902d82bc
3 changed files with 6 additions and 6 deletions
|
|
@ -475,8 +475,8 @@ class IntegrationDocSpec extends AkkaSpec(IntegrationDocSpec.config) {
|
|||
|
||||
"illustrate use of source queue" in {
|
||||
//#source-queue
|
||||
val bufferSize = 5
|
||||
val elementsToProcess = 3
|
||||
val bufferSize = 10
|
||||
val elementsToProcess = 5
|
||||
|
||||
val queue = Source
|
||||
.queue[Int](bufferSize, OverflowStrategy.backpressure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue