We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e633cd commit 7b82227Copy full SHA for 7b82227
src/config/database.php
@@ -17,7 +17,6 @@
17
'options' => [
18
PDO::ATTR_EMULATE_PREPARES => false, // Must be false for Swoole and Swow drivers.
19
],
20
- // Connection pool, supports only Swoole or Swow drivers.
21
'pool' => [
22
'max_connections' => 5,
23
'min_connections' => 1,
0 commit comments