Tunnels: Increase OBEP throttle limit for now

This commit is contained in:
zzz
2014-04-17 18:50:24 +00:00
parent 2195c2fe98
commit 7ac9dc5542

View File

@@ -27,9 +27,8 @@ class OutboundMessageDistributor {
private long _newRouterTime;
private static final long MAX_DISTRIBUTE_TIME = 15*1000;
// 40 routers per minute per OBEP
// This is probably too high, to be reduced later
private static final int MAX_ROUTERS_PER_PERIOD = 20;
private static final int MAX_ROUTERS_PER_PERIOD = 60;
private static final long NEW_ROUTER_PERIOD = 30*1000;
/**