From 1e862a02a78f8252088e08e16785b4395004aaa1 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Fri, 10 May 2024 17:10:28 +0200 Subject: [PATCH] wippppppppppp --- CountItems/CountMaster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CountItems/CountMaster.js b/CountItems/CountMaster.js index afd8fd90..30f33de0 100644 --- a/CountItems/CountMaster.js +++ b/CountItems/CountMaster.js @@ -58,7 +58,7 @@ class CountMaster { this.log.info('got buckets infos', { bucketCount: bucketList.bucketCount, }); - monitoring.bucketCount.set(bucketList.bucketCount); + // monitoring.bucketCount.set(bucketList.bucketCount); this.manager.addWork(bucketList); return next(); }),