🚸 Increase page size of once query

This commit is contained in:
2024-08-15 20:13:21 +08:00
parent 403639088f
commit 0b34a4b74b
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class FoodDataController extends GetxController {
queryParameters: {
'query': probe,
'dataType': getDataCollections()?.join(','),
'pageSize': 25,
'pageSize': 100,
'pageNumber': 1,
'sortBy': 'dataType.keyword',
'sortOrder': 'asc',