From 641fe1bcadb3c49e8c71b141b2cc6e03b3bc9b42 Mon Sep 17 00:00:00 2001 From: Wizard1209 Date: Sun, 15 Dec 2024 09:47:52 -0300 Subject: [PATCH] update not matched objects --- src/dipdup/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dipdup/index.py b/src/dipdup/index.py index 734a0b59b..c5c4c5546 100644 --- a/src/dipdup/index.py +++ b/src/dipdup/index.py @@ -142,6 +142,7 @@ async def _process_level_data( # NOTE: We still need to bump index level but don't care if it will be done in existing transaction if not matched_handlers: await self._update_state(level=batch_level) + metrics.objects_indexed += len(level_data) return started_at = time.time()