Skip to content

Update framework.rst #14172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,18 @@ local_pk
The path of a file that contains the `PEM formatted`_ private key of the
certificate defined in the ``local_cert`` option.

max_duration
............

**type**: ``float`` **default**: 0

The maximum execution time, in seconds, that the request and the response are
allowed to take. A value lower than or equal to 0 means it is unlimited.

.. versionadded:: 4.4

The ``max_duration`` option was introduced in Symfony 4.4.

max_host_connections
....................

Expand Down Expand Up @@ -996,18 +1008,6 @@ Time, in seconds, to wait for a response. If the response stales for longer, a
Its default value is the same as the value of PHP's `default_socket_timeout`_
config option.

max_duration
............

**type**: ``float`` **default**: 0

The maximum execution time, in seconds, that the request and the response are
allowed to take. A value lower than or equal to 0 means it is unlimited.

.. versionadded:: 4.4

The ``max_duration`` option was introduced in Symfony 4.4.

verify_host
...........

Expand Down