Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-daemon.txt: specify --timeout in seconds
author
Michael Stapelberg
<michael@stapelberg.de>
Sat, 27 Aug 2011 14:29:20 +0000
(16:29 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 28 Aug 2011 20:44:10 +0000
(13:44 -0700)
Signed-off-by: Michael Stapelberg <michael@stapelberg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-daemon.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
cd2b8ae
)
diff --git
a/Documentation/git-daemon.txt
b/Documentation/git-daemon.txt
index ebd13be72e58cf0d0a66ddd0105117747ac900be..69a1e4af9ec007a6cc59cce07298a6a825369ef1 100644
(file)
--- 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=<n>::
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>::
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
--max-connections=<n>::
Maximum number of concurrent clients, defaults to 32. Set it to