You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. I see there is one variable, which is read from config.
Let me explain better. According with the time/rate library, the burst represents the amount of events you may have in the same time, to descale the pool you have.
But, the way this module is using it, you receive ONE http call at a time. Which is what is passed for each call. So when I set a burst , it doesn't affects the behaviour. I noticed to change the burst was not affecting the behaviour, so I tried to understand how the burst variable is used.
Actually is not. Sure, Burst is there. But having one http request per time, is never being used. So I can set burst to 10 or to 1000 and the behaviour doesn't changes. Pool is always decreased of 1, apparently.
Seems Burst is never used.I used it with burst, but no effect.
So I went into the code, and I can't find the implementation. Is there something I am missing?
The text was updated successfully, but these errors were encountered: