mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* Profiling : move storage from FS.cpp to Profiling.cpp
This commit is contained in:
parent
b69fbdda9a
commit
0d15eceacb
5 changed files with 13 additions and 11 deletions
|
@ -38,6 +38,7 @@ namespace data
|
|||
{
|
||||
m_Storage.SetPlace(i2p::fs::GetDataDir());
|
||||
m_Storage.Init(i2p::data::GetBase64SubstitutionTable(), 64);
|
||||
InitProfilesStorage ();
|
||||
m_Families.LoadCertificates ();
|
||||
Load ();
|
||||
if (m_RouterInfos.size () < 25) // reseed if # of router less than 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue