chibenwa commented on a change in pull request #921:
URL: https://github.com/apache/james-project/pull/921#discussion_r829641890
##########
File path: server/apps/cassandra-app/sample-configuration/cassandra.properties
##########
@@ -53,6 +53,7 @@ cassandra.retryConnection.minDelay=5000
# Defaults to false.
# optimistic.consistency.level.enabled=false
-# Optional. Allows to not using lightweight transactions in
CassandraMailRepository.
+# Optional. 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]