Catalog limit increased
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-09-26 13:34:05 +02:00
parent 3e26e49b86
commit 65c02084d2
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.31) stable; urgency=low
hedera-web (1.407.32) stable; urgency=low
* Initial Release.

View File

@ -75,7 +75,7 @@
AND im.name = i.image
WHERE b.available > 0
ORDER BY i.relevancy DESC, i.name, i.size
LIMIT 800;
LIMIT 5000;
<sql-batch property="batch" id="filter-batch">
<custom>
<item name="filter" object="filter"/>

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.31",
"version": "1.407.32",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {