Skip to content

Commit

Permalink
squash: Increase window size.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Feb 13, 2025
1 parent f825ce9 commit d39129b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Bridge @JvmOverloads internal constructor(

private val endpointRestartRequestRate = RateTracker(
config.endpointRestartRequestInterval,
Duration.ofMillis(100),
Duration.ofSeconds(1),
clock
)

Expand Down

0 comments on commit d39129b

Please sign in to comment.