Skip to content

Commit

Permalink
Fix aio config
Browse files Browse the repository at this point in the history
  • Loading branch information
calpaterson committed May 9, 2020
1 parent 219bed9 commit a1bf543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve-aiohttp.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

gunicorn aio_app:app -w $PWPWORKERS --bind localhost:8001 --worker-class aiohttp.GunicornWebWorker
gunicorn app_aio:app -w $PWPWORKERS --bind localhost:8001 --worker-class aiohttp.GunicornWebWorker

0 comments on commit a1bf543

Please sign in to comment.