Closed freeekanayaka closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
c266e9e
) 73.87% compared to head (73249dc
) 73.95%.
Files | Patch % | Lines |
---|---|---|
src/replication.c | 88.88% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Limit the number of total entries that might be in-flight, i.e. that have been sent to a follower, but haven't yet been acknowledged.
Add
raft_set_max_inflight_entries()
to make that limit configurable.