Skip to content

Commit 4661b7b

Browse files
committed
chore(docs): pool size
1 parent 32d432d commit 4661b7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $params = [
2222
'user' => 'postgres',
2323
'password' => 'postgres',
2424
'host' => 'db',
25-
'driverClass' => Driver\Swoole\Coroutine\PostgreSQL\Driver::class
25+
'driverClass' => Driver\Swoole\Coroutine\PostgreSQL\Driver::class,
26+
'poolSize' => 8,
2627
];
2728

2829
$conn = DriverManager::getConnection($params);

0 commit comments

Comments
 (0)