Structure
PostgresClient.Configuration.Options.KeepAliveBehavior
A keep-alive behavior for Postgres connections. The
frequency defines after which time an idle connection shall run a keep-alive query.struct KeepAliveBehavior
Topics
Initializers
init(frequency: Duration, query: PostgresQuery)Create a newKeepAliveBehavior.
Instance Properties
var frequency: DurationThe amount of time that shall pass before an idle connection runs a keep-alivequery.var query: PostgresQuery
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype