Switch from hypercorn to uvicorn

This commit is contained in:
W13R 2022-03-16 18:27:05 +01:00
parent c49798a9ea
commit 7cb5e096b5
4 changed files with 11 additions and 13 deletions

View file

@ -11,7 +11,7 @@ You run a command with
---
`server` - Start the server
This starts a caddy instance, hypercorn with the django application and a scheduler that automatically removes expired session data.
This starts a caddy instance, uvicorn with the django application and a scheduler that automatically removes expired session data.
Log files will be written.
---