forked from I2P_Developers/i2p.i2p
* graphs.jsp: Remove jrobin sig, set lower limit to 0
This commit is contained in:
@@ -156,6 +156,7 @@ public class StatSummarizer implements Runnable {
|
||||
try {
|
||||
RrdGraphDef def = new RrdGraphDef();
|
||||
def.setTimePeriod(start/1000, 0);
|
||||
def.setLowerLimit(0d);
|
||||
def.setBaseValue(1024);
|
||||
String title = "Bandwidth usage";
|
||||
if (!hideTitle)
|
||||
|
||||
Reference in New Issue
Block a user