chibenwa commented on code in PR #2770:
URL: https://github.com/apache/james-project/pull/2770#discussion_r2222321687


##########
docs/modules/servers/partials/configure/jvm.adoc:
##########
@@ -212,6 +212,18 @@ james.deduplicating.blobstore.thread.switch.threshold=32768
 james.deduplicating.blobstore.file.threshold=10240
 ----
 
+== Change hashing algorithm of deduplication blob store
+
+The property `james.deduplicating.blobstore.hash.algorithm` allows to change 
the hashing algorithm.
+The support value are: `sha256`, `blake3`.
+
+Ex in `jvm.properties`
+----
+james.deduplicating.blobstore.hash.algorithm=sha256
+----
+
+Optional. String. By default, the deduplication blob store uses SHA-256 as the 
hashing algorithm.

Review Comment:
   Document other options 



-- 
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: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to