Skip to content

Commit eac4d52

Browse files
committed
minor #11583 Mentioned the deprecation of the threads config option (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- Mentioned the deprecation of the threads config option This was deprecated in https://github.com/symfony/symfony/pull/31140/files#r276262507 Commits ------- 730689c Mentioned the deprecation of the threads config option
2 parents 275cee4 + 730689c commit eac4d52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/configuration/security.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ encoding algorithm. Also, each algorithm defines different config options:
240240
],
241241
]);
242242
243+
.. deprecated:: 4.3
244+
245+
The ``threads`` configuration option was deprecated in Symfony 4.3. No
246+
alternative is provided because starting from Symfony 5.0 this value will be
247+
hardcoded to ``1`` (one thread).
248+
243249
.. versionadded:: 4.3
244250

245251
The ``sodium`` algorithm was introduced in Symfony 4.3. In previous Symfony

0 commit comments

Comments
 (0)