I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1c145cbc authored by jrandom's avatar jrandom Committed by zzz
Browse files

handle corruption / race during update of the peer's routerInfo data

parent 5d71fde5
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ class PeerSummaryReader {
}
}
if (summary == null)
return;
summary.coallesceData(monitor.getSummaryDurationHours() * 60*60*1000);
monitor.addSummary(summary);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment