From b5c0c0a991de459a6744d2475c735b0327a10f4d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 6 Jul 2025 14:53:55 -0700 Subject: add menu to allow score to be filtered by sortKey --- backend/src/config/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/src/config') 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; -- cgit v1.2.3