how to dynamic adjust speed? #104
Unanswered
Magic-chao
asked this question in
Q&A
Replies: 1 comment
-
This isn't something that is supported sorry. The Why not, instead, replace the limiter whenever you need to adjust the rate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my first step:
limiter = AsyncLimiter(1,1/0.5)
after 5s,I want to set qps=1,but it doesn't work
limiter.time_period = 1
Beta Was this translation helpful? Give feedback.
All reactions