Skip to content

Commit 5c68c51

Browse files
rogachevsn55Warchant
authored andcommitted
add new config params (#18)
1 parent 9b16b75 commit 5c68c51

File tree

1 file changed

+6
-0
lines changed
  • testcontainers/src/main/java/jp/co/soramitsu/iroha/testcontainers/detail

1 file changed

+6
-0
lines changed

testcontainers/src/main/java/jp/co/soramitsu/iroha/testcontainers/detail/IrohaConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ public class IrohaConfig implements Cloneable {
5454
@Builder.Default
5555
private int mst_expiration_time = 99999;
5656

57+
@Builder.Default
58+
private int max_rounds_delay = 3000;
59+
60+
@Builder.Default
61+
private int stale_stream_max_rounds = 2;
62+
5763
@Override
5864
public IrohaConfig clone() {
5965
try {

0 commit comments

Comments
 (0)