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

kmiller 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 7ccd296  GEODE-2788 Document defn of pool attr socket-connect-timeout 
(#798)
7ccd296 is described below

commit 7ccd296dcf5cb1b9a40301216b3546ce738e235f
Author: Karen Miller <karensmolermil...@users.noreply.github.com>
AuthorDate: Thu Sep 21 09:02:57 2017 -0700

    GEODE-2788 Document defn of pool attr socket-connect-timeout (#798)
---
 geode-docs/reference/topics/client-cache.html.md.erb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/geode-docs/reference/topics/client-cache.html.md.erb 
b/geode-docs/reference/topics/client-cache.html.md.erb
index 83043f7..85b7448 100644
--- a/geode-docs/reference/topics/client-cache.html.md.erb
+++ b/geode-docs/reference/topics/client-cache.html.md.erb
@@ -221,6 +221,12 @@ Use for client caches. Defines a client's server pool used 
to communicate with s
 <td>Size for socket buffers from the client to the server. Default: 32768.</td>
 <td>32768</td>
 </tr>
+<tr class="odd">
+<td>socket-connect-timeout</td>
+<td>The number of milliseconds to wait before timing out on the client socket 
connect to a server or locator. A value of zero is interpreted as an infinite 
timeout. If zero, the connection will block until established or an error 
occurs.
+</td>
+<td>59000</td>
+</tr>
 <tr class="even">
 <td>statistic-interval</td>
 <td>Interval, in milliseconds, at which to send client statistics to the 
server. If set to -1, statistics are not sent.</td>

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <commits@geode.apache.org>'].

Reply via email to