Skip to content

Commit

Permalink
git-daemon.txt: specify --timeout in seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Stapelberg <michael@stapelberg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael Stapelberg authored and Junio C Hamano committed Aug 28, 2011
1 parent cd2b8ae commit b8843ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/git-daemon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ OPTIONS
Listen on an alternative port. Incompatible with '--inetd' option.

--init-timeout=<n>::
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=<n>::
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=<n>::
Maximum number of concurrent clients, defaults to 32. Set it to
Expand Down

0 comments on commit b8843ef

Please sign in to comment.