diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-06 14:53:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-06 14:53:55 -0700 |
| commit | b5c0c0a991de459a6744d2475c735b0327a10f4d (patch) | |
| tree | 743960a345a9247980a2da26c673a1ffcda1fe9b /backend/src/config | |
| parent | 4665332d16435fba0151cc8290a6bce7ebcd3447 (diff) | |
add menu to allow score to be filtered by sortKey
Diffstat (limited to 'backend/src/config')
| -rw-r--r-- | backend/src/config/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/config/constants.ts b/backend/src/config/constants.ts index 5ade0a7..8ab5cc7 100644 --- a/backend/src/config/constants.ts +++ b/backend/src/config/constants.ts @@ -1 +1 @@ -export const PAGE_SIZE = 30; +export const PAGE_SIZE = 100; |
