memory pool for addreses

This commit is contained in:
orignal 2022-11-25 19:18:53 -05:00
parent aead9db971
commit aa9a9ef18d
3 changed files with 5 additions and 2 deletions

View file

@ -649,7 +649,8 @@ namespace data
} // m_RouterInfos iteration
m_RouterInfoBuffersPool.CleanUpMt ();
m_RouterInfoAddressesPool.CleanUpMt ();
if (updatedCount > 0)
LogPrint (eLogInfo, "NetDb: Saved ", updatedCount, " new/updated routers");
if (deletedCount > 0)