From 7350df5823e5bd45385763c89a82a7212b062cb1 Mon Sep 17 00:00:00 2001 From: Oliver Hader Date: Wed, 6 Dec 2023 22:17:58 +0100 Subject: [PATCH] Revert "[BUGFIX] Set HTTP timeout to 20 seconds" This reverts commit f49f871bff426c2913b65eebcc087cf37769fd08. The change for issue #102606 has the potential to do more harm than good. The initial intention was to define a HTTP timeout to be lower than the PHP `max_execution_time`. Defining general HTTP `timeout` of 20 seconds now also limits e.g. long running CLI processes - which can be considered a breaking change. Resolves: #102610 Reverts: #102606 Releases: main, 12.4 Change-Id: I601051b8d52c9064800075cd0f928f236373e9ef Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82140 Tested-by: Oliver Hader Tested-by: core-ci Reviewed-by: Oliver Hader --- typo3/sysext/core/Configuration/DefaultConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Configuration/DefaultConfiguration.php b/typo3/sysext/core/Configuration/DefaultConfiguration.php index 51b95e1a7b38..c3a50ee72fcf 100644 --- a/typo3/sysext/core/Configuration/DefaultConfiguration.php +++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php @@ -1547,7 +1547,7 @@ 'connect_timeout' => 10, 'proxy' => null, 'ssl_key' => null, - 'timeout' => 20, + 'timeout' => 0, 'verify' => true, 'version' => '1.1', 'handler' => [], // Array of callables