mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
memory pool for IdentityEx
This commit is contained in:
parent
5ad9c8e740
commit
55b2f2c625
7 changed files with 46 additions and 67 deletions
|
@ -662,6 +662,7 @@ namespace data
|
|||
m_RouterInfoBuffersPool.CleanUpMt ();
|
||||
m_RouterInfoAddressesPool.CleanUpMt ();
|
||||
m_RouterInfoAddressVectorsPool.CleanUpMt ();
|
||||
m_IdentitiesPool.CleanUpMt ();
|
||||
|
||||
if (updatedCount > 0)
|
||||
LogPrint (eLogInfo, "NetDb: Saved ", updatedCount, " new/updated routers");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue