Skip to content

Commit

Permalink
fix: reduce sync permit count (#11545) (#11550)
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley authored Feb 16, 2024
1 parent 4715092 commit 25efdb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public record SyncConfig(
@ConfigProperty(defaultValue = "25") int syncSleepAfterFailedNegotiation,
@ConfigProperty(defaultValue = "17") int syncProtocolPermitCount,
@ConfigProperty(defaultValue = "true") boolean onePermitPerPeer,
@ConfigProperty(defaultValue = "false") boolean onePermitPerPeer,
@ConfigProperty(defaultValue = "1000") int syncProtocolHeartbeatPeriod,
@ConfigProperty(defaultValue = "true") boolean waitForEventsInIntake,
@ConfigProperty(defaultValue = "true") boolean filterLikelyDuplicates,
Expand Down

0 comments on commit 25efdb3

Please sign in to comment.