Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Resolved Player name management - Rate Limit

Discussion in 'Authentication' started by MidnightGameDeveloper, Apr 11, 2023.

  1. MidnightGameDeveloper

    MidnightGameDeveloper

    Joined:
    Apr 26, 2014
    Posts:
    114
    I am currently testing the player name management BETA. When I change the player name two times in a short period of time I get a RequestFailedException (HTTP/1.1 429 Too Many Requests).
    Is there yet any information about how high the rate limit is exactly?
     
    Last edited: Apr 11, 2023
  2. chengg_unity

    chengg_unity

    Unity Technologies

    Joined:
    May 15, 2022
    Posts:
    51
    Hey @MidnightGameDeveloper
    The current rate limit for GET is 6 / minutes and 3 for Set. Please let us know if you continue to face the rate limit error.
     
  3. MidnightGameDeveloper

    MidnightGameDeveloper

    Joined:
    Apr 26, 2014
    Posts:
    114
    Thanks
     
  4. MiTschMR

    MiTschMR

    Joined:
    Aug 28, 2018
    Posts:
    336
    Hi @chengg_unity

    Is there any documentation about other rate limits enforced in the authentication SDK (not the API)? Will the docs get updated with this information?