File tree Expand file tree Collapse file tree 2 files changed +107
-197
lines changed
Expand file tree Collapse file tree 2 files changed +107
-197
lines changed Original file line number Diff line number Diff line change 99--------
1010[verse]
1111'git daemon' [--verbose] [--syslog] [--export-all]
12- [--timeout=n] [--init-timeout=n] [--strict-paths]
13- [--base-path=path] [--user-path | --user-path=path]
12+ [--timeout=n] [--init-timeout=n] [--max-connections=n]
13+ [--strict-paths] [--base-path=path] [--base-path-relaxed]
14+ [--user-path | --user-path=path]
1415 [--interpolated-path=pathtemplate]
1516 [--reuseaddr] [--detach] [--pid-file=file]
1617 [--enable=service] [--disable=service]
@@ -99,6 +100,10 @@ OPTIONS
99100 it takes for the server to process the sub-request and time spent
100101 waiting for next client's request.
101102
103+ --max-connections::
104+ Maximum number of concurrent clients, defaults to 32. Set it to
105+ zero for no limit.
106+
102107--syslog::
103108 Log to syslog instead of stderr. Note that this option does not imply
104109 --verbose, thus by default only error conditions will be logged.
You can’t perform that action at this time.
0 commit comments