forked from I2P_Developers/i2p.i2p
NetDB: Increase lookup throttle time
This commit is contained in:
@ -21,7 +21,7 @@ class LookupThrottler {
|
|||||||
private static final TunnelId DUMMY_ID = new TunnelId();
|
private static final TunnelId DUMMY_ID = new TunnelId();
|
||||||
/** this seems like plenty */
|
/** this seems like plenty */
|
||||||
private static final int MAX_LOOKUPS = 30;
|
private static final int MAX_LOOKUPS = 30;
|
||||||
private static final long CLEAN_TIME = 60*1000;
|
private static final long CLEAN_TIME = 2*60*1000;
|
||||||
|
|
||||||
LookupThrottler() {
|
LookupThrottler() {
|
||||||
this.counter = new ObjectCounter<ReplyTunnel>();
|
this.counter = new ObjectCounter<ReplyTunnel>();
|
||||||
|
Reference in New Issue
Block a user