JAMES-2318 Added defaults
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d87517fb Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d87517fb Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d87517fb Branch: refs/heads/master Commit: d87517fb85feb0b26a9c8b338a1036bae0e635e9 Parents: fe5d53c Author: matzepan <mat...@gmail.com> Authored: Tue Oct 23 18:58:45 2018 +0200 Committer: Benoit Tellier <btell...@linagora.com> Committed: Wed Oct 24 16:38:54 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-cassandra.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/d87517fb/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 292681e..505d5f4 100644 --- a/src/site/xdoc/server/config-cassandra.xml +++ b/src/site/xdoc/server/config-cassandra.xml @@ -79,23 +79,23 @@ # cassandra.pooling.max.queue.size=256 <dt><strong>cassandra.pooling.local.max.connections</strong></dt> - <dd>Optional. - If specified defines the Cassandra <a href="https://docs.datastax.com/en/developer/java-driver/3.5/manual/pooling/">maximum number of connections to hosts</a> (remote and local).</dd> + <dd>Optional. Defaults to 8.<br/> + If specified defines the Cassandra <a href="https://docs.datastax.com/en/developer/java-driver/3.5/manual/pooling/#pool-size">maximum number of connections to hosts</a> (remote and local).</dd> <dt><strong>cassandra.pooling.local.max.requests</strong></dt> - <dd>Optional. + <dd>Optional. Defaults to 128.<br/> If specified defines the Cassandra <a href="https://docs.datastax.com/en/developer/java-driver/3.5/manual/pooling/">maximum number of concurrent requests per connection</a>.</dd> <dt><strong>cassandra.pooling.timeout</strong></dt> - <dd>Optional. + <dd>Optional. Defaults to 5000 (ms).<br/> If specified defines the Cassandra <a href="https://docs.datastax.com/en/developer/java-driver/3.5/manual/pooling/#acquisition-queue">timeout for waiting in the pool queue</a>. Should be higher than sockets timeout.</dd> <dt><strong>cassandra.pooling.heartbeat.timeout</strong></dt> - <dd>Optional. + <dd>Optional. Defaults to 30 (s).<br/> If specified defines the Cassandra <a href="https://docs.datastax.com/en/developer/java-driver/3.5/manual/pooling/#heartbeat">heartbeat timeout</a>.</dd> <dt><strong>cassandra.pooling.max.queue.size</strong></dt> - <dd>Optional. + <dd>Optional. Defaults to 256.<br/> If specified defines the Cassandra <a href="https://docs.datastax.com/en/developer/java-driver/3.5/manual/pooling/#acquisition-queue">maximum size of the connection pool queue</a>.</dd> <dt><strong>mailbox.max.retry.acl</strong></dt> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org