From 1e97ca31840dabdd550a19128c3b58760cab9f76 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 4 Jul 2022 09:08:27 +0100 Subject: [PATCH] Limit stagnant checks to a certain amount of entries (#5742) * Limit number of elements loaded from the stagnant key This will likely be required if we enable stagnant prunning as currently database has way too many entries to be prunned in a single iteration * Fmt run * Slightly improve logging * Some more debug nits * Fmt pass