From da0b4acf38d1e88a4e93cdd8edc0f8a92d59d415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Reuille?= Date: Fri, 31 Jul 2015 14:25:03 +0200 Subject: [PATCH] Add comment --- src/DependencyInjection/M6WebGuzzleHttpExtension.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DependencyInjection/M6WebGuzzleHttpExtension.php b/src/DependencyInjection/M6WebGuzzleHttpExtension.php index 1018c0a..6e9c119 100644 --- a/src/DependencyInjection/M6WebGuzzleHttpExtension.php +++ b/src/DependencyInjection/M6WebGuzzleHttpExtension.php @@ -92,7 +92,7 @@ protected function loadClient(ContainerBuilder $container, $clientId, array $con */ protected function setGuzzleProxyHandler(ContainerBuilder $container, $clientId, array $config) { - // arguments in handler factories below represents the maximum number of idle handles. + // arguments (3 and 50) in handler factories below represents the maximum number of idle handles. // the values are the default defined in guzzle CurlHanddler and CurlMultiHandler $handlerFactorySync = new Definition('%m6web_guzlehttp.handler.curlfactory.class%'); $handlerFactorySync->setArguments([3]); @@ -162,4 +162,4 @@ public function getAlias() { return 'm6web_guzzlehttp'; } -} \ No newline at end of file +}