This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 0d017f1fce Add more clarification around deleting snapshots (#2741)
0d017f1fce is described below
commit 0d017f1fce7394d9bb836c4b0b1ab9757b481351
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Mar 17 10:09:28 2026 +0100
Add more clarification around deleting snapshots (#2741)
---
docs/src/main/paradox/typed/persistence-snapshot.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/main/paradox/typed/persistence-snapshot.md
b/docs/src/main/paradox/typed/persistence-snapshot.md
index e20a5cecfa..bfc2112d23 100644
--- a/docs/src/main/paradox/typed/persistence-snapshot.md
+++ b/docs/src/main/paradox/typed/persistence-snapshot.md
@@ -95,7 +95,7 @@ Scala
Java
: @@snip
[BasicPersistentBehaviorTest.java](/persistence-typed/src/test/java/jdocs/org/apache/pekko/persistence/typed/BasicPersistentBehaviorTest.java)
{ #retentionCriteria #snapshottingPredicate }
-Snapshot deletion is triggered after saving a new snapshot.
+Snapshot deletion is triggered after successfully saving a new snapshot.
The above example will save snapshots automatically every `numberOfEvents =
100`. Snapshots that have sequence
number less than the sequence number of the saved snapshot minus
`keepNSnapshots * numberOfEvents` (`100 * 2`) are automatically
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]