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?? However, I want to give a parameter which is also possible for nginx and apache server such as:
app.run(keep_alive_timeout=60)
Edit: This question Are a WSGI server and HTTP server required to serve a Flask app? didn't answer how to to set an KeepAlive timeout.