This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit e0508a7084e90065f79744bcfa3ac31f7f06972d
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Tue Jan 7 14:11:31 2020 +0700

    JAMES-2921 Documentation changes
---
 src/site/xdoc/server/config-blobstore.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/site/xdoc/server/config-blobstore.xml 
b/src/site/xdoc/server/config-blobstore.xml
index 95af133..b173956 100644
--- a/src/site/xdoc/server/config-blobstore.xml
+++ b/src/site/xdoc/server/config-blobstore.xml
@@ -46,9 +46,16 @@
                 <dt><strong>implementation</strong></dt>
                 <dd>cassandra: use cassandra based BlobStore</dd>
                 <dd>objectstorage: use Swift/AWS S3 based BlobStore</dd>
-                <dd>union: Using both objectstorage as the current BlobStore 
and cassandra as the legacy BlobStore</dd>
+                <dd>hybrid: Using both objectstorage for unfrequently read or 
big blobs & cassandra for small, often read blobs</dd>
             </dl>
 
+            <subsection name="Hybrid BlobStore size threshold">
+                <dl>
+                    <dt><strong>hybrid.size.threshold</strong></dt>
+                    <dd>DEFAULT: 32768 bytes (32KB), must be positive. Size 
threshold for considering a blob as 'big', causing it to be saved in the low 
cost blobStore.</dd>
+                </dl>
+            </subsection>
+
             <subsection name="ObjectStorage BlobStore Codec Configuration">
                 <dl>
                     <dt><strong>objectstorage.payload.codec</strong></dt>


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

Reply via email to