From bfef45d6390bfabffc0d5e4dc3cf1aaa877fdef6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Jun 2010 14:13:19 +0200 Subject: [PATCH] GFS: timeout is 15 minutes / 900 sec --- src/statserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.7.10.4