Skip to content

Commit

Permalink
Increase time model skew limits
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
rautenrieth-da committed Oct 18, 2021
1 parent 3c49db0 commit a37c68f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ object LedgerTimeModel {
val reasonableDefault: LedgerTimeModel =
LedgerTimeModel(
avgTransactionLatency = Duration.ofSeconds(0L),
minSkew = Duration.ofSeconds(30L),
maxSkew = Duration.ofSeconds(30L),
minSkew = Duration.ofSeconds(120L),
maxSkew = Duration.ofSeconds(120L),
).get

def apply(
Expand Down

0 comments on commit a37c68f

Please sign in to comment.