This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 6b5060c951c IGNITE-25293 Fixed default backup number of atomic data
structures in the documentation (#12050)
6b5060c951c is described below
commit 6b5060c951ce271153ef2c6195de72793a29545d
Author: Didar Shayarov <[email protected]>
AuthorDate: Sun May 11 15:36:59 2025 +0300
IGNITE-25293 Fixed default backup number of atomic data structures in the
documentation (#12050)
---
docs/_docs/data-structures/atomic-types.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_docs/data-structures/atomic-types.adoc
b/docs/_docs/data-structures/atomic-types.adoc
index 0bd9d6cd4ec..6ef632f8534 100644
--- a/docs/_docs/data-structures/atomic-types.adoc
+++ b/docs/_docs/data-structures/atomic-types.adoc
@@ -55,7 +55,7 @@ The following table lists available configuration parameters:
[cols="1,1,1",opts="header"]
|===
| Setter | Description | Default
-| `setBackups(int)` | The number of backups. | 0
+| `setBackups(int)` | The number of backups. | 1
| `setCacheMode(CacheMode)` | Cache mode for all atomic types. | `PARTITIONED`
| `setAtomicSequenceReserveSize(int)` | Sets the number of sequence values
reserved for `IgniteAtomicSequence` instances. | 1000
|===