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

This commit is contained in:
jrandom
2004-04-16 03:21:20 +00:00
committed by zzz
parent 5d71fde51b
commit 1c145cbc09

View File

@ -84,6 +84,8 @@ class PeerSummaryReader {
}
}
if (summary == null)
return;
summary.coallesceData(monitor.getSummaryDurationHours() * 60*60*1000);
monitor.addSummary(summary);
}