Skip to content

Commit

Permalink
[Sandbox-on-X] Increased max deduplication duration to 30 minutes (di…
Browse files Browse the repository at this point in the history
…gital-asset#12713)

changelog_begin
changelog_end
  • Loading branch information
tudor-da authored Feb 3, 2022
1 parent f6344a2 commit 2885a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ object BridgeConfigProvider extends ConfigProvider[BridgeConfig] {
stackTraces = false,
)

val DefaultMaximumDeduplicationTime: Duration = Duration.ofMinutes(5L)
val DefaultMaximumDeduplicationTime: Duration = Duration.ofMinutes(30L)
}

0 comments on commit 2885a3e

Please sign in to comment.