Skip to content

Commit

Permalink
Use uvloop
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Mar 6, 2024
1 parent eb03133 commit ee2a5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ make messages-compile
# Migrations
alembic upgrade head

hypercorn -b :$PORT app.main:app
hypercorn -b :$PORT -k uvloop app.main:app
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ starlette==0.36.3
strawberry-graphql==0.217.1
typing_extensions==4.8.0
urllib3==2.0.7
uvloop==0.19.0
virtualenv==20.24.7
wsproto==1.2.0

0 comments on commit ee2a5ee

Please sign in to comment.