feat(session_browser): update max session limit (#1423)
This commit is contained in:
parent
ec3f7ae9f3
commit
2beb4d7f20
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user