Corrected documentation (#26159)

This commit is contained in:
Seeta Ramayya 2019-01-17 12:16:52 +01:00 committed by Johannes Rudolph
parent 89a547f690
commit 67902d82bc
3 changed files with 6 additions and 6 deletions

View file

@ -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)