configures the delay time after which the server starts pinging connected clients to check the connection.
[Visual Basic] Sub timeoutPingClients( _ ByVal milliseconds As Integer _ ) [C#] void timeoutPingClients( int milliseconds ); [C++] void timeoutPingClients( int milliseconds ); [JScript] function timeoutPingClients( int milliseconds );
configures the delay time after which the server starts pinging connected clients to check the connection.
If no client messages are received by the server for the configured interval, the server sends a "PING" message to the client and wait's for an "OK" response. After 5 unsuccessful attempts, the client connection is closed.
This value may need to be increased for single-threaded clients, since they can't respond instantaneously.
Default value: 180000ms (3 minutes)
Configuration Interface | com.db4o.config Namespace | singleThreadedClient