Skip to content

Commit

Permalink
add idle_in_transaction_session_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pankleks committed Mar 12, 2020
1 parent 5a59a59 commit 3615585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/pg/index.d.ts
Expand Up @@ -26,6 +26,7 @@ export interface ClientConfig {
ssl?: boolean | ConnectionOptions;
query_timeout?: number;
keepAliveInitialDelayMillis?: number;
idle_in_transaction_session_timeout?: number;
}

export type ConnectionConfig = ClientConfig;
Expand Down

0 comments on commit 3615585

Please sign in to comment.