Skip to content

Commit

Permalink
fix: reduce sync permit count (#11545)
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <cody@swirldslabs.com>
  • Loading branch information
cody-littley committed Feb 15, 2024
1 parent 879abb7 commit c810e12
Showing 1 changed file with 1 addition and 1 deletion.
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 c810e12

Please sign in to comment.