Closed
Description
Hello, thanks for this great ASGI server 🙂
I have an application that must use only one worker (it's not thread-safe), and so I wanted to confirm that, by default, uvicorn only uses one worker. But I had to read the source code
Line 177 in afb2d56
...to confirm that when WEB_CONCURRENCY
is not defined, and workers
is not specified, 1 is used.
Would you accept a PR adding that information to the docs (there are 4-5 places where this can be added)?