Skip to content

Commit

Permalink
vcl-backend: Document new connection queue attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
walid-git committed Feb 19, 2024
1 parent 4394f65 commit 5eed80f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/sphinx/reference/vcl-backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,25 @@ Limit how many simultaneous connections varnish can open to the backend::

.max_connections = 1000;

Attribute ``.wait_limit``
------------------------------

Maximum number of transactions that can queue waiting for a backend connection to become avaiable::

.wait_limit = 1000;

Defaults to the :ref:`varnishd(1)` `backend_wait_limit` parameter.

Attribute ``.wait_timeout``
------------------------------

When a transaction is queued waiting for a backend connection to become available (see `.wait_limit`),
this is the time that the transaction will wait before giving up::

.wait_timeout = 2s;

Defaults to the :ref:`varnishd(1)` `backend_wait_timeout` parameter.

Attribute ``.proxy_header``
---------------------------

Expand Down

0 comments on commit 5eed80f

Please sign in to comment.