You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into how the app handles multiple simultaneous connections. Using an SQLite file with Django doesn't support multi threading so there's a chance that it'll fail if more than 1 connection request is received. Might need to look into swapping the database to a more production-ready instance.
The text was updated successfully, but these errors were encountered:
Look into how the app handles multiple simultaneous connections. Using an SQLite file with Django doesn't support multi threading so there's a chance that it'll fail if more than 1 connection request is received. Might need to look into swapping the database to a more production-ready instance.
The text was updated successfully, but these errors were encountered: