File tree 1 file changed +27
-10
lines changed
1 file changed +27
-10
lines changed Original file line number Diff line number Diff line change 4
4
Unit 1.33.0 Released
5
5
####################
6
6
7
+ We are pleased to announce the release of NGINX Unit 1.33.0. This release includes
8
+ a number of new features and changes:
7
9
8
- Unit 1.33.0 is now available. This release includes a number of new features
9
- and changes:
10
+ *************************
11
+ New configuration options
12
+ *************************
10
13
11
- ************************************************************************
12
- Feature 1
13
- ************************************************************************
14
+ This release introduces two new configuration options:
14
15
15
- Feature 1 description.
16
+ #. ` listen_threads `
16
17
17
- *******************************************************************
18
- Feature 2
19
- *******************************************************************
18
+ This option can be set under `/settings/listen_threads ` and controls the
19
+ number of threads the router process creates to handle client
20
+ connections. By default Unit creates the same number of threads as there
21
+ are CPUs available.
22
+
23
+ #. `backlog `
24
+
25
+ This option can be set under `/listeners/backlog `. This is a per-listener
26
+ option that sets the the backlog parameter as passed to the listen(2)
27
+ system-call, which defines the maximum length for the queue of pending
28
+ connections for the socket.
29
+
30
+ This is analogous to the `backlog ` parameter of the `listen ` directive in
31
+ NGINX.
32
+
33
+ ****************
34
+ unitctl CLI tool
35
+ ****************
36
+
37
+ Chunked request body support
20
38
21
- Feature 2 description.
22
39
23
40
*************************************
24
41
Changes in behavior and other updates
You can’t perform that action at this time.
0 commit comments