The server-configuration applies to the db4o-server. All the server specific configuration is directly on the client configuration interface.
You can also configure the common-, file-, id-system- and the network-settings for a server.
Configure how long it takes, before an inactive connection is timed out.
ServerConfiguration configuration = Db4oClientServer.newServerConfiguration(); configuration.timeoutServerSocket(10*60*1000);