Fix #1941 : Increase UIs max cache value to 999999 (15GiB)

This commit is contained in:
Calum Lind 2011-11-18 01:39:18 +00:00
parent ead734cbf0
commit 307ffe734a
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment27">
<property name="upper">99999</property>
<property name="upper">999999</property>
<property name="value">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>

View File

@ -56,7 +56,7 @@ Deluge.preferences.Cache = Ext.extend(Ext.form.FormPanel, {
defaults: {
decimalPrecision: 0,
minValue: -1,
maxValue: 99999
maxValue: 999999
}
});
om.bind('cache_size', fieldset.add({