X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fgfs-options.xml;h=c3ed4443266d73b17c155de61de562c714ff90a7;hb=c52f7aa360f7aab46fe904e00293d8c3de7f77b8;hp=70911552d6c5c99bf7c98ac62000cca17979b7bb;hpb=e232998663cbfa8e9c489d99245e530c03223571;p=yaz-moved-to-github.git diff --git a/doc/gfs-options.xml b/doc/gfs-options.xml index 7091155..c3ed444 100644 --- a/doc/gfs-options.xml +++ b/doc/gfs-options.xml @@ -1,5 +1,4 @@ @@ -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(). + +