feat(session_browser): update max session limit (#1423)

This commit is contained in:
Johann
2023-06-15 21:57:43 +02:00
committed by GitHub
parent ec3f7ae9f3
commit 2beb4d7f20

View File

@ -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
{