From b055f31bf3d599adc1256c0fb9dcdceda00c310c Mon Sep 17 00:00:00 2001 From: Vadim Davydenko Date: Tue, 17 Dec 2024 11:02:59 +0400 Subject: [PATCH] =?UTF-8?q?DDEV-1965=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=B8?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B8=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Storage/OctaneCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/OctaneCache.php b/src/Storage/OctaneCache.php index f2fc605..1f4e3d5 100644 --- a/src/Storage/OctaneCache.php +++ b/src/Storage/OctaneCache.php @@ -115,7 +115,7 @@ public function updateHistogram(array $data): void $bucketValue['value'] += 1; $this->histogramValues->set($bucketKeyHash, $bucketValue); - $this->summaries->set($metaKeyHash, $metaKeyValue); + $this->histograms->set($metaKeyHash, $metaKeyValue); } /**