Re: Configure extension on preconnect

2021-10-17 Thread Jeremy Evans
On Sun, Oct 17, 2021 at 4:49 AM Marcelo wrote: > Hello all, > > I'm adding the :connection_expiration extension to a DB instance, but I > need to change its default expiration time with, for example: > DB.pool.connection_expiration_timeout = 100 > > However, this new expiration time is not

Configure extension on preconnect

2021-10-17 Thread Marcelo
Hello all, I'm adding the :connection_expiration extension to a DB instance, but I need to change its default expiration time with, for example: DB.pool.connection_expiration_timeout = 100 However, this new expiration time is not applied to the initial connection, but rather the default value