Skip to content

Commit

Permalink
add new config params (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogachevsn55 authored and Warchant committed Mar 14, 2019
1 parent 9b16b75 commit 5c68c51
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ public class IrohaConfig implements Cloneable {
@Builder.Default
private int mst_expiration_time = 99999;

@Builder.Default
private int max_rounds_delay = 3000;

@Builder.Default
private int stale_stream_max_rounds = 2;

@Override
public IrohaConfig clone() {
try {
Expand Down

0 comments on commit 5c68c51

Please sign in to comment.