Skip to content

Commit c33e306

Browse files
committed
Merge branch 'ms/daemon-timeout-is-in-seconds'
* ms/daemon-timeout-is-in-seconds: git-daemon.txt: specify --timeout in seconds
2 parents b43b8a2 + b8843ef commit c33e306

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)