From: Adam Dickmeiss Date: Fri, 11 Jun 2010 12:13:19 +0000 (+0200) Subject: GFS: timeout is 15 minutes / 900 sec X-Git-Tag: v4.0.10~9^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bfef45d6390bfabffc0d5e4dc3cf1aaa877fdef6 GFS: timeout is 15 minutes / 900 sec --- diff --git a/src/statserv.c b/src/statserv.c index f63dc2d..db60db7 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -95,7 +95,7 @@ statserv_options_block control_block = { "", /* diagnostic output to stderr */ "tcp:@:9999", /* default listener port */ PROTO_Z3950, /* default application protocol */ - 15, /* idle timeout (minutes) */ + 900, /* idle timeout (seconds) */ 1024*1024, /* maximum PDU size (approx.) to allow */ "default-config", /* configuration name to pass to backend */ "", /* set user id */