Instance Property
keepAliveBehavior
The
PostgresClient.Configuration.Options.KeepAliveBehavior to ensure that the underlying tcp-connection is still active for idle connections. Nil means that the client shall not run keep alive queries to the server. Defaults to a keep alive query of SELECT 1; every 30 seconds.var keepAliveBehavior: PostgresClient.Configuration.Options.KeepAliveBehavior?