Skip to content

Commit

Permalink
fix(): ts type declaration
Browse files Browse the repository at this point in the history
manualMaxConnections was number instead of boolean
  • Loading branch information
MatteoGioioso committed Nov 14, 2021
1 parent 8193509 commit 76f9f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare interface Config {
idle_in_transaction_session_timeout?: number;
application_name?: string;
connectionTimeoutMillis?: number;
manualMaxConnections?: number;
manualMaxConnections?: boolean;
maxConnsFreqMs?: number;
maxConnections?: number;
processCountFreqMs?: number;
Expand Down

0 comments on commit 76f9f11

Please sign in to comment.