log tx info batch size

This commit is contained in:
GroovieGermanikus 2024-02-12 16:48:30 +01:00
parent 542eadfa5a
commit 3444c1242c
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ impl Postgres {
}
if !txs_to_store.is_empty() {
debug!("saving transaction infos for {} txs", txs_to_store.len());
info!("saving transaction infos for {} txs", txs_to_store.len());
let batches = txs_to_store
.iter()
.filter_map(|key| map_of_transaction.remove(key))