Is there a possibility to set a KeepAlive timeout for a flask server?
I found that post How to make Flask/ keep Ajax HTTP connection alive? but I want to give a parameter which is also possible for nginx and apache server such as:
app.run(keep_alive_timeout=60):