Skip to content

Commit

Permalink
Merge pull request #826 from johanneswuerbach/support-max-lifetime
Browse files Browse the repository at this point in the history
feat: support max lifetime
  • Loading branch information
vitaly-t authored Aug 27, 2022
2 parents 6931746 + d503501 commit 0913c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/pg-subset.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ declare namespace pg {
Promise?: any
types?: ITypeOverrides
allowExitOnIdle?: boolean
maxLifetimeSeconds?: number
}

// Type id-s supported by PostgreSQL, copied from:
Expand Down

0 comments on commit 0913c0b

Please sign in to comment.