Skip to content

Commit

Permalink
parking
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 21, 2024
1 parent 32e9799 commit 810b554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/monitor.js
Expand Up @@ -42,7 +42,7 @@ const cn = {
user: 'myUser',
password: 'myPassword',

// to auto-exit on idle, without having to shut-down the pool;
// to auto-exit on idle, without having to shut down the pool;
// see https://github.com/vitaly-t/pg-promise#library-de-initialization
allowExitOnIdle: true
};
Expand Down
2 changes: 1 addition & 1 deletion examples/query.js
Expand Up @@ -21,7 +21,7 @@ const cn = {
user: 'myUser',
password: 'myPassword',

// to auto-exit on idle, without having to shut-down the pool;
// to auto-exit on idle, without having to shut down the pool;
// see https://github.com/vitaly-t/pg-promise#library-de-initialization
allowExitOnIdle: true
};
Expand Down
2 changes: 1 addition & 1 deletion examples/transaction.js
Expand Up @@ -21,7 +21,7 @@ const cn = {
user: 'myUser',
password: 'myPassword',

// to auto-exit on idle, without having to shut-down the pool;
// to auto-exit on idle, without having to shut down the pool;
// see https://github.com/vitaly-t/pg-promise#library-de-initialization
allowExitOnIdle: true
};
Expand Down

0 comments on commit 810b554

Please sign in to comment.