mirror of https://github.com/zlatinb/muwire
variable name
parent
f5f84899ec
commit
dce659d463
|
@ -73,7 +73,7 @@ class H2HostCache extends HostCache {
|
||||||
def count = sql.firstRow("select count(*) as COUNT from HOST_ATTEMPTS where DESTINATION=${d.toBase64()}")
|
def count = sql.firstRow("select count(*) as COUNT from HOST_ATTEMPTS where DESTINATION=${d.toBase64()}")
|
||||||
if (count.COUNT < settings.minHostProfileHistory) {
|
if (count.COUNT < settings.minHostProfileHistory) {
|
||||||
log.fine("not enough history for Markov")
|
log.fine("not enough history for Markov")
|
||||||
profiles.put(d, new HostMCProfile(state))
|
profiles.put(d, new HostMCProfile(status))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue