forked from I2P_Developers/i2p.i2p
Tunnels: Reduce IBGW batching time (ticket #2586)
This commit is contained in:
@ -28,7 +28,7 @@ class BatchedRouterPreprocessor extends BatchedPreprocessor {
|
||||
/** for exploratory OBGWs only (our tunnel tests and build messages) */
|
||||
public static final int OB_EXPL_BATCH_FREQ = 100;
|
||||
/** for IBGWs for efficiency (not our data) */
|
||||
public static final int DEFAULT_BATCH_FREQUENCY = 175;
|
||||
public static final int DEFAULT_BATCH_FREQUENCY = 150;
|
||||
|
||||
/** for OBGWs */
|
||||
public BatchedRouterPreprocessor(RouterContext ctx, TunnelCreatorConfig cfg) {
|
||||
|
Reference in New Issue
Block a user