git-daemon.txt: specify --timeout in seconds

Signed-off-by: Michael Stapelberg <michael@stapelberg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael Stapelberg 2011-08-27 16:29:20 +02:00 committed by Junio C Hamano
parent cd2b8ae983
commit b8843efc06

View file

@ -93,14 +93,14 @@ OPTIONS
Listen on an alternative port. Incompatible with '--inetd' option. Listen on an alternative port. Incompatible with '--inetd' option.
--init-timeout=<n>:: --init-timeout=<n>::
Timeout between the moment the connection is established and the Timeout (in seconds) between the moment the connection is established
client request is received (typically a rather low value, since and the client request is received (typically a rather low value, since
that should be basically immediate). that should be basically immediate).
--timeout=<n>:: --timeout=<n>::
Timeout for specific client sub-requests. This includes the time Timeout (in seconds) for specific client sub-requests. This includes
it takes for the server to process the sub-request and the time spent the time it takes for the server to process the sub-request and the
waiting for the next client's request. time spent waiting for the next client's request.
--max-connections=<n>:: --max-connections=<n>::
Maximum number of concurrent clients, defaults to 32. Set it to Maximum number of concurrent clients, defaults to 32. Set it to