Repository: james-project
Updated Branches:
  refs/heads/JAMES-2337 [created] 7511179ed


JAMES-2337 Fix cassandra session documentation.


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7511179e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7511179e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7511179e

Branch: refs/heads/JAMES-2337
Commit: 7511179ed5c6d84e1f37f6d6348fda5500df663e
Parents: 41badc5
Author: benwa <btell...@linagora.com>
Authored: Fri Feb 9 14:16:51 2018 +0700
Committer: benwa <btell...@linagora.com>
Committed: Fri Feb 9 18:33:47 2018 +0700

----------------------------------------------------------------------
 src/site/xdoc/server/config-cassandra.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/7511179e/src/site/xdoc/server/config-cassandra.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config-cassandra.xml 
b/src/site/xdoc/server/config-cassandra.xml
index b6fa5c2..5d11ff9 100644
--- a/src/site/xdoc/server/config-cassandra.xml
+++ b/src/site/xdoc/server/config-cassandra.xml
@@ -36,10 +36,10 @@
         <dd>List of some nodes of the cassandra's cluster in following format 
host:port or host, if the port is not specified we use 9042</dd>
 
         <dt><strong>cassandra.keyspace</strong></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><strong>cassandra.replication.factor</strong></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><strong>cassandra.query.logger.constant.threshold</strong></dt>
         <dd>Optional.


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