chibenwa commented on a change in pull request #921:
URL: https://github.com/apache/james-project/pull/921#discussion_r829642196



##########
File path: src/site/xdoc/server/config-cassandra.xml
##########
@@ -184,7 +184,8 @@
         <dd>Optional. Defaults to false. Allows specifying consistency level 
ONE for reads in Cassandra BlobStore.
             Falls back to default read consistency level if the blob is 
missing.</dd>
         <dt><strong>mailrepository.strong.consistency</strong></dt>
-        <dd>Optional. Defaults to true. Allows to not using lightweight 
transactions in CassandraMailRepository.</dd>
+        <dd>Optional. 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).</dd>

Review comment:
       ```suggestion
               If disabled we implement an idempotent behaviour (duplicates are 
overridden, missing entries upon deletes are ignored).</dd>
   ```




-- 
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]

Reply via email to