You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/02/09 11:36:39 UTC

james-site git commit: Fixing JAMES-2337

Repository: james-site
Updated Branches:
  refs/heads/asf-site ffbf3476b -> 53ca1dd37


Fixing JAMES-2337


Project: http://git-wip-us.apache.org/repos/asf/james-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/53ca1dd3
Tree: http://git-wip-us.apache.org/repos/asf/james-site/tree/53ca1dd3
Diff: http://git-wip-us.apache.org/repos/asf/james-site/diff/53ca1dd3

Branch: refs/heads/asf-site
Commit: 53ca1dd37b8c95fd20b54c5542a574169631918a
Parents: ffbf347
Author: benwa <bt...@linagora.com>
Authored: Fri Feb 9 18:36:18 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Feb 9 18:36:18 2018 +0700

----------------------------------------------------------------------
 content/server/config-cassandra.html | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-site/blob/53ca1dd3/content/server/config-cassandra.html
----------------------------------------------------------------------
diff --git a/content/server/config-cassandra.html b/content/server/config-cassandra.html
index 9bd29d0..172b812 100644
--- a/content/server/config-cassandra.html
+++ b/content/server/config-cassandra.html
@@ -18,7 +18,7 @@
   under the License.    
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-02-01 -->
+<!-- Generated by Apache Maven Doxia at 2018-02-09 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -36,7 +36,7 @@
     <script type="text/javascript" src="../js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
     <script type="text/javascript" src="../js/fancybox/jquery.fancybox-1.3.4.js"></script>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180201" />
+    <meta name="Date-Revision-yyyymmdd" content="20180209" />
     <meta http-equiv="Content-Language" content="en" />
         
           <!-- Google Analytics -->
@@ -74,7 +74,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-02-01</span>
+        <span id="publishDate">Last Published: 2018-02-09</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -304,12 +304,12 @@
         
 <dt><b>cassandra.keyspace</b></dt>
         
-<dd>Is the name of the keyspace used by James.</dd>
+<dd>Is the name of the keyspace used by James. This keyspace will be created if it does not exist yet.</dd>
 
         
 <dt><b>cassandra.replication.factor</b></dt>
         
-<dd>Is the replication factor. (should be 1, as cluster is not yet supported)</dd>
+<dd>Is the replication factor of the keyspace created by James.</dd>
 
         
 <dt><b>cassandra.query.logger.constant.threshold</b></dt>
@@ -349,15 +349,18 @@
 <dd>Optional.
           If specified defines the Cassandra <a class="externalLink" href="http://docs.datastax.com/en/developer/java-driver/2.1/manual/socket_options/">driver read timeout</a></dd>
 
-        # Read com.datastax.driver.core.PoolingOptions for knowing defaults value
-        # No value here will default to driver's default value
 
-        # cassandra.pooling.local.max.connections=8
-        # cassandra.pooling.local.max.requests=128
-        ## In ms. Should be higher than socket read timeout
-        # cassandra.pooling.timeout=5000
-        ## In seconds.
-        # cassandra.pooling.heartbeat.timeout=30
+<div>
+<pre><tt># Read com.datastax.driver.core.PoolingOptions for knowing defaults value
+# No value here will default to driver's default value
+
+# cassandra.pooling.local.max.connections=8
+# cassandra.pooling.local.max.requests=128
+## In ms. Should be higher than socket read timeout
+# cassandra.pooling.timeout=5000
+## In seconds.
+# cassandra.pooling.heartbeat.timeout=30
+</tt></pre></div>
 
         
 <dt><b>cassandra.pooling.local.max.connections</b></dt>


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