Allow configuring the keepalive timeout in web.run_app #5094
Closed
Description
🐣 Is your feature request related to a problem? Please describe.
Adjusting the keepalive timeout is not possible without copy-pasting a lot of boilerplate code usually supplied by the web.run_app function.
💡 Describe the solution you'd like
Add a keepalive_timeout parameter to the web.run_app function.