forked from I2P_Developers/i2p.i2p
2004-10-04 jrandom
* Update the shitlist to reject a peer for an exponentially increasing period of time (with an upper bounds of an hour). * Various minor stat and debugging fixes
This commit is contained in:
@ -68,7 +68,7 @@ public class BufferedStatLog implements StatLog {
|
||||
|
||||
private boolean shouldLog(String stat) {
|
||||
synchronized (_statFilters) {
|
||||
return _statFilters.contains(stat);
|
||||
return _statFilters.contains(stat) || _statFilters.contains("*");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user