sui_v1.19.0_1707763473_ci
## Description Use the request timeout configuration to also bound the time a connection to the DB is held open for, to prevent long-lived connections from lingering while the underlying request has been cleaned up. ## Test Plan ``` sui-graphql-rpc$ cargo nextest run sui-graphql-e2e-tests$ cargo nextest run --features pg_integration ```