# HG changeset patch # User Roman Arutyunyan # Date 1493305909 -10800 # Node ID 082724c57c381734d6dabaf08beddd233dda959b # Parent 5718cf42be55d203c3cdf336b8240e6751247d40 Fixes in cycle section of the development guide. Field descriptions are improved and misspelled literal names are fixed. diff --git a/xml/en/docs/dev/development_guide.xml b/xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml +++ b/xml/en/docs/dev/development_guide.xml @@ -1849,18 +1849,19 @@ It's affected by the root scope -connections, connections_n — per-worker +connections, connection_n — array of connections of type ngx_connection_t, created by the event module while initializing each nginx worker. -The number of connections is set by the worker_connections -directive +The number of connections connection_n is set by the +worker_connections directive free_connections, -free_connections_n — the array of currently available +free_connection_n — list and number of currently available connections. -If no connections are available, nginx worker refuses to accept new clients +If no connections are available, nginx worker refuses to accept new clients or +connect to upstream servers