Skip to content

Commit

Permalink
Alternative phrasing (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf authored Dec 5, 2024
1 parent c4fd20a commit 1b35d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func WithPushback(maxOutstanding uint) func(*options.StorageOptions) {
// a new checkpoint.
//
// Well behaved clients of the log will only "see" newly sequenced entries once a new checkpoint is published,
// so it's important to consider the value being set.
// so it's important to set that value such that it works well with your ecosystem.
//
// Regularly publishing new checkpoints:
// - helps show that the log is "live", even if no entries are being added.
Expand Down

0 comments on commit 1b35d40

Please sign in to comment.