This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/1.5.x by this push:
     new f645f871d7 Add more clarification around deleting snapshots (#2741) 
(#2748)
f645f871d7 is described below

commit f645f871d7d58798a6fecbb97360c1427aa51157
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Mar 17 20:07:43 2026 +0100

    Add more clarification around deleting snapshots (#2741) (#2748)
---
 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]

Reply via email to