reworked structure and improved performance to handle 500 concurrent users
This commit is contained in:
5
app/wsgi.py
Normal file
5
app/wsgi.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
|
||||
from app import create_app
|
||||
app = create_app()
|
||||
Reference in New Issue
Block a user