BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Server keep-alive option #1282

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Is your feature request related to a problem? Please describe.

If you want to deploy this behind reverse proxy, it is preferable to be able to set keep-alive timeout.

When Gunicorn is deployed behind a load balancer, it often makes sense to set this to a higher value. https://docs.gunicorn.org/en/stable/settings.html#keepalive

Describe the solution you'd like

We would like to add keep-alive timeout option and set the default value 75sec.