Skip to content

Commit 2c816c0

Browse files
committed
docs: update doc
1 parent 85282d7 commit 2c816c0

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

source/news/2024/unit-1.33.0-released.rst

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,38 @@
44
Unit 1.33.0 Released
55
####################
66

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:
79

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+
*************************
1013

11-
************************************************************************
12-
Feature 1
13-
************************************************************************
14+
This release introduces two new configuration options:
1415

15-
Feature 1 description.
16+
#. `listen_threads`
1617

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
2038

21-
Feature 2 description.
2239

2340
*************************************
2441
Changes in behavior and other updates

0 commit comments

Comments
 (0)