We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c377c commit 7647319Copy full SHA for 7647319
1 file changed
readme.md
@@ -1,6 +1,6 @@
1
## QPS Limit
2
3
-Run functions under any limited rate using `multiprocessing` + `asyncio`
+Run functions with a rate limit using `multiprocessing` + `asyncio`
4
5
Available on Unix (i.e. Linux, MacOS) only, as the default multiprocessing start method is `fork`
6
@@ -125,4 +125,4 @@ f = Limiter(
125
...
126
callback=callback
127
)
128
-```
+```
0 commit comments