Skip to content

Commit 62fcf49

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent cee3372 commit 62fcf49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ int main() {
8888
}
8989
```
9090

91+
> [!IMPORTANT]
92+
> The connection pool size should not exceed PostgreSQL's max_connections limit,
93+
> otherwise you will get an error like "too many clients"
94+
9195
## How to use? (Shared Connection)
9296

9397
The return value from the acquire method is a shared pointer and counts shared references. When you open a connection

0 commit comments

Comments
 (0)