Configurable

This commit is contained in:
Juan Pablo Vial
2025-09-15 14:25:10 -03:00
parent ebdc53eb80
commit 1a94759f9d

View File

@ -61,7 +61,7 @@ class ArrayBuilder
$params = [
$this->container->get(Predis\ClientInterface::class),
"logs:{$handlerData['name']}",
'capSize' => 100
'capSize' => $handlerData['capSize'] ?? 100
];
} catch (NotFoundExceptionInterface | ContainerExceptionInterface $exception) {
$this->log($exception, ['handlerData' => $handlerData]);