Hello, we are testing our systems and we are hitting the login rate limit using the client unity api. Is there a way to increase this limit? This limit will not work when we release our game. We don't want our customers to have to wait in queue to login.
We are using this to login right now. Maybe one of the other methods work better?
var login = await PlayFabClientAPI.LoginWithCustomIDAsync(customIdRequest);