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 2017/04/21 03:57:02 UTC

[03/17] james-project git commit: JAMES-1999 Correct the property key

JAMES-1999 Correct the property key


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

Branch: refs/heads/master
Commit: bb68be1634e6c16034fdaaaf59298acc3a627c50
Parents: d258d90
Author: quynhn <qn...@linagora.com>
Authored: Tue Apr 18 16:56:03 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Apr 21 07:52:22 2017 +0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/james/DockerCassandraRule.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/bb68be16/server/container/guice/cassandra-guice/src/test/java/org/apache/james/DockerCassandraRule.java
----------------------------------------------------------------------
diff --git a/server/container/guice/cassandra-guice/src/test/java/org/apache/james/DockerCassandraRule.java b/server/container/guice/cassandra-guice/src/test/java/org/apache/james/DockerCassandraRule.java
index 4980f38..8b9a000 100644
--- a/server/container/guice/cassandra-guice/src/test/java/org/apache/james/DockerCassandraRule.java
+++ b/server/container/guice/cassandra-guice/src/test/java/org/apache/james/DockerCassandraRule.java
@@ -48,7 +48,7 @@ public class DockerCassandraRule implements GuiceModuleTestRule {
         configuration.addProperty("cassandra.keyspace", "apache_james");
         configuration.addProperty("cassandra.replication.factor", 1);
         configuration.addProperty("cassandra.retryConnection.maxRetries", 10);
-        configuration.addProperty("cassandra.retryConnection", 5000);
+        configuration.addProperty("cassandra.retryConnection.minDelay", 5000);
 
         return configuration;
     }


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