mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
disable MemoryPool for RouterInfo's address
This commit is contained in:
parent
cb73c7c72e
commit
709c451400
3 changed files with 4 additions and 4 deletions
|
@ -649,7 +649,7 @@ namespace data
|
|||
} // m_RouterInfos iteration
|
||||
|
||||
m_RouterInfoBuffersPool.CleanUpMt ();
|
||||
m_RouterInfoAddressesPool.CleanUpMt ();
|
||||
// m_RouterInfoAddressesPool.CleanUpMt ();
|
||||
|
||||
if (updatedCount > 0)
|
||||
LogPrint (eLogInfo, "NetDb: Saved ", updatedCount, " new/updated routers");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue