fix(session_browser): decrease session limit (#954)

This commit is contained in:
Johann
2023-02-07 00:38:19 +01:00
committed by GitHub
parent b87d4e0e1b
commit 12fceace86
2 changed files with 3 additions and 1 deletions

View File

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