Corrected documentation (#26159)
This commit is contained in:
parent
89a547f690
commit
67902d82bc
3 changed files with 6 additions and 6 deletions
|
|
@ -752,8 +752,8 @@ public class IntegrationDocTest extends AbstractJavaTest {
|
|||
new TestKit(system) {
|
||||
{
|
||||
// #source-queue
|
||||
int bufferSize = 5;
|
||||
int elementsToProcess = 3;
|
||||
int bufferSize = 10;
|
||||
int elementsToProcess = 5;
|
||||
|
||||
SourceQueueWithComplete<Integer> sourceQueue =
|
||||
Source.<Integer>queue(bufferSize, OverflowStrategy.backpressure())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue