Tunnels: Reduce IBGW batching time (ticket #2586)

This commit is contained in:
zzz
2019-08-15 19:27:05 +00:00
parent 65e2132a25
commit a667c36d2d

View File

@ -28,7 +28,7 @@ class BatchedRouterPreprocessor extends BatchedPreprocessor {
/** for exploratory OBGWs only (our tunnel tests and build messages) */ /** for exploratory OBGWs only (our tunnel tests and build messages) */
public static final int OB_EXPL_BATCH_FREQ = 100; public static final int OB_EXPL_BATCH_FREQ = 100;
/** for IBGWs for efficiency (not our data) */ /** 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 */ /** for OBGWs */
public BatchedRouterPreprocessor(RouterContext ctx, TunnelCreatorConfig cfg) { public BatchedRouterPreprocessor(RouterContext ctx, TunnelCreatorConfig cfg) {