chibenwa commented on a change in pull request #921:
URL: https://github.com/apache/james-project/pull/921#discussion_r829641979
##########
File path:
server/apps/distributed-app/docs/modules/ROOT/pages/configure/cassandra.adoc
##########
@@ -217,5 +217,6 @@ potentially update loss. Better performance are expected
by turning it off. Reads performed as part of write transaction are also
performed with a relaxed consistency.
| mailrepository.strong.consistency
-| Optional. Boolean, defaults to true. Allows to not using lightweight
transactions in CassandraMailRepository.
+| Optional. Boolean, defaults to true. Allows not to use lightweight
transactions in CassandraMailRepository.
+| Then we implement an idempotent behaviour (duplicates are overridden,
missing entries upon deletes are ignored).
Review comment:
```suggestion
| If disabled we implement an idempotent behaviour (duplicates are
overridden, missing entries upon deletes are ignored).
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]