Provide a way to specify and honor the amount of time for which an unused connection is kept open when creating a SQLite connection pool.
Note that this was implemented for persistent-postgresql by means of PostgresConf { pgPoolIdleTimeout }.
Thanks.
Provide a way to specify and honor the amount of time for which an unused connection is kept open when creating a SQLite connection pool.
Note that this was implemented for
persistent-postgresqlby means ofPostgresConf { pgPoolIdleTimeout }.Thanks.