increase filtered deck size limit to 99999

This commit is contained in:
Damien Elmes 2014-01-14 15:12:45 +09:00
parent 513b0ca8d7
commit 96eeacbf69
2 changed files with 2 additions and 2 deletions

View file

@ -997,7 +997,7 @@ due = odue, odue = 0, odid = 0, usn = ?, mod = ? where %s""" % lim,
elif o == DYN_DUE:
t = "c.due"
elif o == DYN_DUEPRIORITY:
t = "(case when queue=2 and due <= %d then (ivl / cast(%d-due+0.001 as real)) else 10000+due end)" % (
t = "(case when queue=2 and due <= %d then (ivl / cast(%d-due+0.001 as real)) else 100000+due end)" % (
self.today, self.today)
else:
# if we don't understand the term, default to due order

View file

@ -46,7 +46,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>9999</number>
<number>99999</number>
</property>
</widget>
</item>