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.
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van Travis Bell
op 16 juli 2019 om 12:14 AM
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?
Reactie van MThomaSM
op 16 juli 2019 om 5:12 AM
Thank you, I reduce a little bit of a requests with this but i can't use it with multiple languages?
Reactie van Benoît Courtine
op 16 juli 2019 om 8:06 AM
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).
Reactie van Travis Bell
op 16 juli 2019 om 11:59 AM
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.
Reactie van MThomaSM
op 16 juli 2019 om 12:10 PM
I need it in php but thank you, i understand.