Skip to content

Commit f222c50

Browse files
committed
Achievements: Raise leaderboard fetch size to 15/50
Was loading too often otherwise.
1 parent a108fcf commit f222c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/fullscreenui_achievements.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ static constexpr const char* PROFILE_DETAILS_URL_TEMPLATE = "https://retroachiev
3232
static constexpr float WINDOW_ALPHA = 0.9f;
3333
static constexpr float WINDOW_HEADING_ALPHA = 0.95f;
3434

35-
static constexpr u32 LEADERBOARD_NEARBY_ENTRIES_TO_FETCH = 10;
36-
static constexpr u32 LEADERBOARD_ALL_FETCH_SIZE = 20;
35+
static constexpr u32 LEADERBOARD_NEARBY_ENTRIES_TO_FETCH = 20;
36+
static constexpr u32 LEADERBOARD_ALL_FETCH_SIZE = 50;
3737

3838
// How long the last progress update is shown in the pause menu.
3939
static constexpr float PAUSE_MENU_PROGRESS_DISPLAY_TIME = 60.0f;

0 commit comments

Comments
 (0)