forked from I2P_Developers/i2p.i2p
Increase SSU conn limits a little more
This commit is contained in:
@@ -113,7 +113,7 @@ public abstract class TransportImpl implements Transport {
|
||||
}
|
||||
// increase limit for SSU, for now
|
||||
if (style.equals("udp"))
|
||||
def = def * 4 / 3;
|
||||
def = def * 3 / 2;
|
||||
return _context.getProperty("i2np." + style + ".maxConnections", def);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user