JAMES-2090 Document the new properties on the website
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/0b7b2087 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/0b7b2087 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/0b7b2087 Branch: refs/heads/master Commit: 0b7b20870b74b8f857d63b2381fb9fb044ad8455 Parents: 5914a83 Author: benwa <btell...@linagora.com> Authored: Wed Jul 5 11:25:39 2017 +0700 Committer: benwa <btell...@linagora.com> Committed: Thu Jul 6 08:48:54 2017 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-cassandra.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/0b7b2087/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 d0b8e35..bf9fb90 100644 --- a/src/site/xdoc/server/config-cassandra.xml +++ b/src/site/xdoc/server/config-cassandra.xml @@ -93,6 +93,24 @@ <dd>Optional. If specified defines the Cassandra <a href="http://docs.datastax.com/en/developer/java-driver/2.1/manual/pooling/">Specify heartbeat timeout</a></dd> + <dt><strong>mailbox.max.retry.acl</strong></dt> + <dd>Optional. Defaults to 1000.<br/> Controls the number of retries upon Cassandra ACL updates.</dd> + <dt><strong>mailbox.max.retry.modseq</strong></dt> + <dd>Optional. Defaults to 100000.<br/> Controls the number of retries upon Cassandra ModSeq generation.</dd> + <dt><strong>mailbox.max.retry.uid</strong></dt> + <dd>Optional. Defaults to 100000.<br/> Controls the number of retries upon Cassandra Uid generation.</dd> + <dt><strong>mailbox.max.retry.message.flags.update</strong></dt> + <dd>Optional. Defaults to 1000.<br/> Controls the number of retries upon Cassandra flags update, in MessageMapper.</dd> + <dt><strong>mailbox.max.retry.message.id.flags.update</strong></dt> + <dd>Optional. Defaults to 1000.<br/> Controls the number of retries upon Cassandra flags update, in MessageIdMapper.</dd> + <dt><strong>fetch.advance.row.count</strong></dt> + <dd>Optional. Defaults to 1000.<br/> Controls the number of remaining rows we should wait before prefetch when paging.</dd> + <dt><strong>chunk.size.flags.update</strong></dt> + <dd>Optional. Defaults to 20.<br/> Controls the number of messages flags updates to be performed concurently by MessageMapper.</dd> + <dt><strong>chunk.size.message.read</strong></dt> + <dd>Optional. Defaults to 100.<br/> Controls the number of messages to be retrieved in parallel.</dd> + <dt><strong>chunk.size.expunge</strong></dt> + <dd>Optional. Defaults to 100.<br/> Controls the number of messages to be expunged in parallel.</dd> </dl> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org