Catalog limit increased
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3e26e49b86
commit
65c02084d2
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.31) stable; urgency=low
|
hedera-web (1.407.32) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
AND im.name = i.image
|
AND im.name = i.image
|
||||||
WHERE b.available > 0
|
WHERE b.available > 0
|
||||||
ORDER BY i.relevancy DESC, i.name, i.size
|
ORDER BY i.relevancy DESC, i.name, i.size
|
||||||
LIMIT 800;
|
LIMIT 5000;
|
||||||
<sql-batch property="batch" id="filter-batch">
|
<sql-batch property="batch" id="filter-batch">
|
||||||
<custom>
|
<custom>
|
||||||
<item name="filter" object="filter"/>
|
<item name="filter" object="filter"/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.31",
|
"version": "1.407.32",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue