Skip to content

Commit 9db664a

Browse files
Update framework.rst
Just moved this to the right place (alphabetical)
1 parent e9c6102 commit 9db664a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

reference/configuration/framework.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,18 @@ local_pk
900900
The path of a file that contains the `PEM formatted`_ private key of the
901901
certificate defined in the ``local_cert`` option.
902902

903+
max_duration
904+
............
905+
906+
**type**: ``float`` **default**: 0
907+
908+
The maximum execution time, in seconds, that the request and the response are
909+
allowed to take. A value lower than or equal to 0 means it is unlimited.
910+
911+
.. versionadded:: 4.4
912+
913+
The ``max_duration`` option was introduced in Symfony 4.4.
914+
903915
max_host_connections
904916
....................
905917

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

999-
max_duration
1000-
............
1001-
1002-
**type**: ``float`` **default**: 0
1003-
1004-
The maximum execution time, in seconds, that the request and the response are
1005-
allowed to take. A value lower than or equal to 0 means it is unlimited.
1006-
1007-
.. versionadded:: 4.4
1008-
1009-
The ``max_duration`` option was introduced in Symfony 4.4.
1010-
10111011
verify_host
10121012
...........
10131013

0 commit comments

Comments
 (0)