1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-09 15:37:52 +00:00

publish stats for floodfill

This commit is contained in:
orignal 2016-01-02 17:23:20 -05:00
parent 9fc69db9eb
commit 45e7111dda

View File

@ -781,6 +781,7 @@ namespace data
void NetDb::Publish () void NetDb::Publish ()
{ {
i2p::context.UpdateStats (); // for floodfill
std::set<IdentHash> excluded; // TODO: fill up later std::set<IdentHash> excluded; // TODO: fill up later
for (int i = 0; i < 2; i++) for (int i = 0; i < 2; i++)
{ {