The flask .run method allows concurrency, but since I don't have run, how can I do something like
app.run( threaded = True )
?
By the way, I am currently using the free version, so if it is not possible to do multi-threading there, how can I do set a connection timeout, such that flask stops handling a request after 20 seconds or so?
Thank you in advance!