mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
disable threading in sqlalchemy demo (in-memory db) (#709)
- disable threading in sqlalchemy demo
This commit is contained in:
committed by
João Santos
parent
1596f18b3d
commit
08faf2aa86
@@ -60,4 +60,7 @@ def shutdown_session(exception=None):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(port=8080)
|
||||
app.run(
|
||||
port=8080,
|
||||
threaded=False # in-memory database isn't shared across threads
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user