Skip to content

Commit d259570

Browse files
Donal Evansdavebarnes97
authored andcommitted
GEODE-9973: Correct docs regarding P2P socket timeout behaviour (#7310)
1 parent 3430c56 commit d259570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geode-docs/managing/monitor_tune/socket_communication_have_enough_sockets.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ recommend that you set `conserve-sockets` to `false`.
3939
4040
You can force the release of an idle socket connection for peer-to-peer and client-to-server connections:
4141
42-
- **Peer-to-peer**. For peer-to-peer threads that do not share sockets, you can use the `socket-lease-time` to make sure that no socket sits idle for too long. When a socket that belongs to an individual thread remains unused for this time period, the system automatically returns it to the pool. The next time the thread needs a socket, it creates a new socket.
42+
- **Peer-to-peer**. For peer-to-peer threads that do not share sockets, you can use the `socket-lease-time` to make sure that no socket sits idle for too long. When a socket that belongs to an individual thread remains unused for this time period, the system automatically closes that socket. The next time the thread needs a socket, it creates a new socket.
4343
- **Client**. For client connections, you can affect the same lease-time behavior by setting the pool `idle-timeout`.
4444
4545
## <a id="socket_comm__section_936C6562C0034A2EAC9A63FFE9FDAC36" class="no-quick-link"></a>Calculating Connection Requirements

0 commit comments

Comments
 (0)