Author: toad
Date: 2008-09-11 12:28:28 +0000 (Thu, 11 Sep 2008)
New Revision: 22600

Modified:
   trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
Log:
In fact, IMHO we can go down to 512MB


Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2008-09-11 12:27:58 UTC (rev 22599)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2008-09-11 12:28:28 UTC (rev 22600)
@@ -215,6 +215,7 @@
                        HTMLNode bandwidthForm = 
ctx.addFormChild(bandwidthInfoboxContent, ".", "dsForm");
                        HTMLNode result = bandwidthForm.addChild("select", 
"name", "ds");

+                       result.addChild("option", "value", "512M", "512MiB");
                        result.addChild("option", "value", "1G", "1GiB");
                        result.addChild("option", new String[] { "value", 
"selected" }, new String[] { "2G", "on" }, "2GiB");
                        result.addChild("option", "value", "3G", "3GiB");


Reply via email to