mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
memory pool for address vectors
This commit is contained in:
parent
8ad5696e50
commit
53ca5dc67a
4 changed files with 19 additions and 12 deletions
|
@ -649,7 +649,8 @@ namespace data
|
|||
} // m_RouterInfos iteration
|
||||
|
||||
m_RouterInfoBuffersPool.CleanUpMt ();
|
||||
// m_RouterInfoAddressesPool.CleanUpMt ();
|
||||
m_RouterInfoAddressesPool.CleanUpMt ();
|
||||
m_RouterInfoAddressVectorsPool.CleanUpMt ();
|
||||
|
||||
if (updatedCount > 0)
|
||||
LogPrint (eLogInfo, "NetDb: Saved ", updatedCount, " new/updated routers");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue