File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ OPTIONS
93
93
Listen on an alternative port. Incompatible with '--inetd' option.
94
94
95
95
--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
98
98
that should be basically immediate).
99
99
100
100
--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.
104
104
105
105
--max-connections=<n>::
106
106
Maximum number of concurrent clients, defaults to 32. Set it to
You can’t perform that action at this time.
0 commit comments