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 a236481 commit 2017397Copy full SHA for 2017397
src/config/database.php
@@ -15,8 +15,9 @@
15
'strict' => true,
16
'engine' => null,
17
'options' => [
18
- PDO::ATTR_EMULATE_PREPARES => false,
+ 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