X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-daemon.txt;h=69a1e4af9ec007a6cc59cce07298a6a825369ef1;hb=167a5800cb707ed489c3cb88174ee21e95a610ae;hp=ebd13be72e58cf0d0a66ddd0105117747ac900be;hpb=c72b9143f90f839fdfe34ea252e84cb43be71d95;p=git.git diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index ebd13be72..69a1e4af9 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -93,14 +93,14 @@ OPTIONS Listen on an alternative port. Incompatible with '--inetd' option. --init-timeout=:: - Timeout between the moment the connection is established and the - client request is received (typically a rather low value, since + Timeout (in seconds) between the moment the connection is established + and the client request is received (typically a rather low value, since that should be basically immediate). --timeout=:: - Timeout for specific client sub-requests. This includes the time - it takes for the server to process the sub-request and the time spent - waiting for the next client's request. + Timeout (in seconds) for specific client sub-requests. This includes + the time it takes for the server to process the sub-request and the + time spent waiting for the next client's request. --max-connections=:: Maximum number of concurrent clients, defaults to 32. Set it to