projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc380c5
)
GFS: timeout is 15 minutes / 900 sec
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 11 Jun 2010 12:13:19 +0000
(14:13 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 11 Jun 2010 12:13:19 +0000
(14:13 +0200)
src/statserv.c
patch
|
blob
|
history
diff --git
a/src/statserv.c
b/src/statserv.c
index
f63dc2d
..
db60db7
100644
(file)
--- 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 */