You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/06/14 17:33:02 UTC

[geode] branch develop updated: GEODE-5323 ConfigurationProperties says the default socket-lease-time is 15000ms but it is 60000ms

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 56c5d11  GEODE-5323 ConfigurationProperties says the default socket-lease-time is 15000ms but it is 60000ms
56c5d11 is described below

commit 56c5d11d095ec719e86a1db4a18275d4858e95e5
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Thu Jun 14 10:30:26 2018 -0700

    GEODE-5323 ConfigurationProperties says the default socket-lease-time is 15000ms but it is 60000ms
    
    changed the documentation to note the correct default value for this
    setting
---
 .../main/java/org/apache/geode/distributed/ConfigurationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java b/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java
index f8f9e29..97551ff 100644
--- a/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java
@@ -1706,7 +1706,7 @@ public interface ConfigurationProperties {
    * <U>Description</U>: The number of milliseconds a thread can keep exclusive access to a socket
    * that it is not actively using. Once a thread loses its lease to a socket it will need to
    * re-acquire a socket the next time it sends a message. A value of zero causes socket leases to
-   * never expire. This property is ignored if "conserve-sockets" is true. <U>Default</U>: "15000"
+   * never expire. This property is ignored if "conserve-sockets" is true. <U>Default</U>: "60000"
    * </p>
    * <U>Allowed values</U>: 0..600000
    * </p>

-- 
To stop receiving notification emails like this one, please contact
bschuchardt@apache.org.