GFS: timeout is 15 minutes / 900 sec
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Jun 2010 12:13:19 +0000 (14:13 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Jun 2010 12:13:19 +0000 (14:13 +0200)
src/statserv.c

index f63dc2d..db60db7 100644 (file)
@@ -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 */