From: Adam Dickmeiss Date: Tue, 17 Mar 2015 13:35:23 +0000 (+0100) Subject: Document new z3950_client timeout features MP-596 X-Git-Tag: v1.8.5~3 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=2a9828c81b1ebe08f8a5832e6e97417f4a5d1442 Document new z3950_client timeout features MP-596 --- diff --git a/doc/z3950_client.xml b/doc/z3950_client.xml index a5f9132..1d59834 100644 --- a/doc/z3950_client.xml +++ b/doc/z3950_client.xml @@ -31,11 +31,27 @@ + connect-timeout + + + Specifies how long the client will wait for TCP connect to + complete before giving up. Default value is 30 seconds. + + + + init-timeout + + + Specifies how long the client will wait for Z39.50 Init response + before giving up. Default value is 10 seconds. + + + timeout - Specifies how long the client will wait for any request - before giving up. Default value is 30 seconds. + Specifies how long the client will wait for any request other + than Init before giving up. Default value is 30 seconds.