Skip to content

Commit b8843ef

Browse files
stapelberggitster
authored andcommitted
git-daemon.txt: specify --timeout in seconds
Signed-off-by: Michael Stapelberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cd2b8ae commit b8843ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/git-daemon.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ OPTIONS
9393
Listen on an alternative port. Incompatible with '--inetd' option.
9494

9595
--init-timeout=<n>::
96-
Timeout between the moment the connection is established and the
97-
client request is received (typically a rather low value, since
96+
Timeout (in seconds) between the moment the connection is established
97+
and the client request is received (typically a rather low value, since
9898
that should be basically immediate).
9999

100100
--timeout=<n>::
101-
Timeout for specific client sub-requests. This includes the time
102-
it takes for the server to process the sub-request and the time spent
103-
waiting for the next client's request.
101+
Timeout (in seconds) for specific client sub-requests. This includes
102+
the time it takes for the server to process the sub-request and the
103+
time spent waiting for the next client's request.
104104

105105
--max-connections=<n>::
106106
Maximum number of concurrent clients, defaults to 32. Set it to

0 commit comments

Comments
 (0)