I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a0e4bbac authored by jrandom's avatar jrandom Committed by zzz
Browse files

updated defaults

parent d44d8cc5
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public class ConfigNetHelper { ...@@ -74,7 +74,7 @@ public class ConfigNetHelper {
if (rate != null) if (rate != null)
return rate; return rate;
else else
return "Unlimited"; return "-1";
} }
public String getInboundBurstFactorBox() { public String getInboundBurstFactorBox() {
String rate = _context.getProperty(PROP_INBOUND_KBPS); String rate = _context.getProperty(PROP_INBOUND_KBPS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment