Request limiting is not working properly. I decreased requestsPerSecondLimit parameter several times, because I was getting 429, now it is set to 25 req/s and I still got few 429. According to tmdb API docu, limit should be around 50 req/s, so I am on the half of the limit. I use only one MovieDb object.
Can you check it please?