You are here: Configuration > Client Configuration > Timeout Client Socket

Timeout Client Socket

Configure how long it takes, before an inactive connection is timed out.

ClientConfiguration configuration = Db4oClientServer.newClientConfiguration();
configuration.timeoutClientSocket(1*60*1000);
ClientConfigurationExamples.java: Configure the timeout