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 befaa567ff
commit 3fbcaeb2f9

View File

@ -5,7 +5,7 @@ namespace big
class matchmaking_service class matchmaking_service
{ {
public: public:
constexpr static int MAX_SESSIONS_TO_FIND = 1054; constexpr static int MAX_SESSIONS_TO_FIND = 1063;
struct session_attributes struct session_attributes
{ {