Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
@aakashtyagi While explaining the method you told that the timestamp is updated everytime(won't work). But in the handleRequest method you are not updating it. It is only updated while refilling which is correct.
Thank you for catching that, I have misspoken but yes this seems right. TS should be updated only when refilling.
bro that was amazing quick tutorial. Thank you.
Bro i have seen your react videos in cn, can you make project on recomendation system like movies recomendation or shopping recomendation
On the basis of user data
Ps i really loved your in depth explanations of middleware in the react course
For sure , I’ll add that to my list. Keep an eye on the upcoming videos :)
@@aakashtyagi waiting ✊
Are you creating token bucket for each user ? or a global token bucket ?
Yes, we create a bucket for each user.
BUG!!! You allow the bucket to be refilled to MORE than its capacity!!!!
@aakashtyagi
While explaining the method you told that the timestamp is updated everytime(won't work). But in the handleRequest method you are not updating it. It is only updated while refilling which is correct.
Thank you for catching that, I have misspoken but yes this seems right. TS should be updated only when refilling.
bro that was amazing quick tutorial. Thank you.
Bro i have seen your react videos in cn, can you make project on recomendation system like movies recomendation or shopping recomendation
On the basis of user data
Ps i really loved your in depth explanations of middleware in the react course
For sure , I’ll add that to my list. Keep an eye on the upcoming videos :)
@@aakashtyagi waiting ✊
Are you creating token bucket for each user ? or a global token bucket ?
Yes, we create a bucket for each user.
BUG!!! You allow the bucket to be refilled to MORE than its capacity!!!!