Hello,
Would you please increase my X-RateLimit-Limit? Because my tv show system calls 5x api and then for each series 2x (because I want it in two languages) and 40x is therefore limiting for big shows that have over 20 series like topgear, simsons etc.Would it be possible to increase it to at least 80 for me please?
Thanks.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 16 juillet 2019 à 00h14
Hi there,
We do not currently have the ability to raise the limits for anyone. Are you taking advantage of append to response where it's applicable?
Réponse de MThomaSM
le 16 juillet 2019 à 05h12
Thank you, I reduce a little bit of a requests with this but i can't use it with multiple languages?
Réponse de Benoît Courtine
le 16 juillet 2019 à 08h06
Hi @MThomaSM,
40 rate limit is for a 10s period. So, if you need more than 40 queries, you can just add a timer to limit queries rate (a 250ms timer between each query will be enough to stay under the rate limit).
Réponse de Travis Bell
le 16 juillet 2019 à 11h59
A static timer works, but it may also be more efficient to just co-ordinate around the timers being returned. I threw up some mock Ruby code last year in this post that you're free to use as a general approach.
Réponse de MThomaSM
le 16 juillet 2019 à 12h10
I need it in php but thank you, i understand.