We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa1f8e commit 84776c7Copy full SHA for 84776c7
src/DependencyInjection/Configuration.php
@@ -135,11 +135,11 @@ public function getConfigTreeBuilder(): TreeBuilder
135
->booleanNode('send_default_pii')->end()
136
->integerNode('max_value_length')->min(0)->end()
137
->scalarNode('http_proxy')->end()
138
- ->integerNode('http_connect_timeout')
+ ->floatNode('http_connect_timeout')
139
->min(0)
140
->info('The maximum number of seconds to wait while trying to connect to a server. It works only when using the default transport.')
141
->end()
142
- ->integerNode('http_timeout')
+ ->floatNode('http_timeout')
143
144
->info('The maximum execution time for the request+response as a whole. It works only when using the default transport.')
145
0 commit comments