Skip to content

Commit 7b82227

Browse files
committed
save
1 parent 1e633cd commit 7b82227

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'options' => [
1818
PDO::ATTR_EMULATE_PREPARES => false, // Must be false for Swoole and Swow drivers.
1919
],
20-
// Connection pool, supports only Swoole or Swow drivers.
2120
'pool' => [
2221
'max_connections' => 5,
2322
'min_connections' => 1,

0 commit comments

Comments
 (0)