From 1b35d40f63f365036b06db16a5a61a2af01c87d1 Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Thu, 5 Dec 2024 13:36:01 +0000 Subject: [PATCH] Alternative phrasing (#386) --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index cdcb9ef8..75290410 100644 --- a/log.go +++ b/log.go @@ -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.