mirror of https://github.com/zlatinb/muwire
logging changes
parent
aeb392eba9
commit
0552000d59
|
@ -48,6 +48,8 @@ class H2HostCache extends HostCache {
|
||||||
if (uniqueHosts.add(d)) {
|
if (uniqueHosts.add(d)) {
|
||||||
allHosts.add(d)
|
allHosts.add(d)
|
||||||
profiles.put(d, new HostMCProfile())
|
profiles.put(d, new HostMCProfile())
|
||||||
|
|
||||||
|
log.fine("learned about ${d.toBase32()} from hostcache $fromHostcache")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,7 +75,7 @@ class H2HostCache extends HostCache {
|
||||||
if (count.COUNT < historyItems)
|
if (count.COUNT < historyItems)
|
||||||
return
|
return
|
||||||
|
|
||||||
log.fine("recomputing Markov for ${d.toBase32()}")
|
log.fine("recomputing Markov for ${d.toBase32()} from history items $count.COUNT / $historyItems")
|
||||||
|
|
||||||
int ss = 0
|
int ss = 0
|
||||||
int sr = 0
|
int sr = 0
|
||||||
|
|
Loading…
Reference in New Issue