File tree 2 files changed +3
-3
lines changed
src/main/java/com/rabbitmq/stream/perf
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
</scm >
46
46
47
47
<properties >
48
- <stream-client .version>0.20.0 </stream-client .version>
48
+ <stream-client .version>0.21.0-SNAPSHOT </stream-client .version>
49
49
<slf4j .version>2.0.16</slf4j .version>
50
50
<logback .version>1.5.12</logback .version>
51
51
<netty .version>4.1.115.Final</netty .version>
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ public class StreamPerfTest implements Callable<Integer> {
458
458
@ CommandLine .Option (
459
459
names = {"--dynamic-batch-size" , "-dbs" },
460
460
description = "use dynamic batch size for publishing" ,
461
- defaultValue = "false " )
461
+ defaultValue = "true " )
462
462
private boolean dynamicBatch ;
463
463
464
464
@ CommandLine .Option (
@@ -504,7 +504,7 @@ static class InstanceSyncOptions {
504
504
@ CommandLine .Option (
505
505
names = {"--initial-credits" , "-ic" },
506
506
description = "initial credits for subscription" ,
507
- defaultValue = "1 " ,
507
+ defaultValue = "10 " ,
508
508
converter = Utils .NotNegativeIntegerTypeConverter .class )
509
509
private int initialCredits ;
510
510
You can’t perform that action at this time.
0 commit comments