hypercorn -k trio

This commit is contained in:
fiatjaf
2020-10-04 23:09:11 -03:00
parent c3ded859df
commit e408febf97
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
web: hypercorn --bind 0.0.0.0:5000 'lnbits.app:create_app()'
web: hypercorn -k trio --bind 0.0.0.0:5000 'lnbits.app:create_app()'