Things to check first
Feature description
I want an official way to configure MAX_IDLE_TIME.
Use case
Example use case:
because my Django setup drops and recreates a connection each time the worker is idle for more than 10 seconds, and I want to prevent that.