From 2beb4d7f206746a928738f73c773d10456f494ad Mon Sep 17 00:00:00 2001 From: Johann <76482511+Primexz@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:57:43 +0200 Subject: [PATCH] feat(session_browser): update max session limit (#1423) --- src/services/matchmaking/matchmaking_service.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/matchmaking/matchmaking_service.hpp b/src/services/matchmaking/matchmaking_service.hpp index d610e7cf..d1b6ca6f 100644 --- a/src/services/matchmaking/matchmaking_service.hpp +++ b/src/services/matchmaking/matchmaking_service.hpp @@ -5,7 +5,7 @@ namespace big class matchmaking_service { public: - constexpr static int MAX_SESSIONS_TO_FIND = 1054; + constexpr static int MAX_SESSIONS_TO_FIND = 1063; struct session_attributes {