add option to remove limit on query size
This commit is contained in:
parent
690dfb0c10
commit
d5476cc9d0
5 changed files with 46 additions and 10 deletions
|
|
@ -35,4 +35,21 @@
|
|||
<item>256000</item>
|
||||
<item>128000</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_maximum_list_size_titles">
|
||||
<item>@string/unlimited</item>
|
||||
<item>1000</item>
|
||||
<item>400</item>
|
||||
<item>200</item>
|
||||
<item>100</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_maximum_list_size_values">
|
||||
<item>10000000</item>
|
||||
<item>1000</item>
|
||||
<item>400</item>
|
||||
<item>200</item>
|
||||
<item>100</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue