mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
memory pool for addreses
This commit is contained in:
parent
aead9db971
commit
aa9a9ef18d
3 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue