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