updated defaults

This commit is contained in:
jrandom
2004-08-01 21:50:49 +00:00
committed by zzz
parent d44d8cc53d
commit a0e4bbac6f

View File

@ -74,7 +74,7 @@ public class ConfigNetHelper {
if (rate != null)
return rate;
else
return "Unlimited";
return "-1";
}
public String getInboundBurstFactorBox() {
String rate = _context.getProperty(PROP_INBOUND_KBPS);