X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fgfs-options.xml;h=c3ed4443266d73b17c155de61de562c714ff90a7;hb=2cf1b669768e41118f6937dd0afab37c8ed586a8;hp=6d5663744f86d577dd86e884a7e2f841661050fb;hpb=02e5bbc0d685b1f565cbd71bc7c61858e74c4382;p=yaz-moved-to-github.git diff --git a/doc/gfs-options.xml b/doc/gfs-options.xml index 6d56637..c3ed444 100644 --- a/doc/gfs-options.xml +++ b/doc/gfs-options.xml @@ -1,5 +1,4 @@ @@ -61,7 +60,7 @@ A user option that serves as a specifier for some sort of configuration, usually a filename. The argument to this option is transferred to member - confignameof the + configname of the statserv_options_block. @@ -155,6 +154,23 @@ + -K + + Forces no-keepalive for HTTP sessions. By default GFS will keep + sessions alive for HTTP 1.1 sessions (as defined by the standard). + Using this option will force GFS to close the connection for each + operation. + + + + -r + size + + Maximum size of log file before rotation occurs, in kilobytes. + Default size is 1048576 k (=1 GB). + + + -d daemon @@ -171,6 +187,14 @@ . + + -m + time-format + + Sets the format of time-stamps in the log-file. Specify a string in + the input format to strftime(). + +