#146 (Parcel) table

* set default rpp for overview tables from 5 to 10
* improves loading speed of parcel table
This commit is contained in:
2022-04-13 14:07:01 +02:00
parent 60e23d15fc
commit 83d70b6d59
2 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,6 @@ PAGE_SIZE_OPTIONS_TUPLES = [
(50, 50),
(100, 100),
]
PAGE_SIZE_DEFAULT = 5
PAGE_SIZE_DEFAULT = 10
PAGE_SIZE_MAX = 100
PAGE_DEFAULT = 1