forked from I2P_Developers/i2p.i2p
NetDB: Increase flood thottle time
This commit is contained in:
@@ -14,7 +14,7 @@ import net.i2p.util.SimpleTimer2;
|
||||
class FloodThrottler {
|
||||
private final ObjectCounter<Hash> counter;
|
||||
private static final int MAX_FLOODS = 3;
|
||||
private static final long CLEAN_TIME = 60*1000;
|
||||
private static final long CLEAN_TIME = 90*1000;
|
||||
|
||||
FloodThrottler() {
|
||||
this.counter = new ObjectCounter<Hash>();
|
||||
|
||||
Reference in New Issue
Block a user