Skip to content

Commit 1d8f4c2

Browse files
committed
fix property
1 parent 1796f40 commit 1d8f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MakeConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static function addConnection(
5454
'minActive' => intval($min / swoole_cpu_num()),
5555
'maxActive' => intval($max / swoole_cpu_num()),
5656
'maxWait' => $wait,
57-
'maxReconnect' => $retry,
57+
'maxRetry' => $retry,
5858
'uri' => [$dsn]
5959
], [], false)
6060
], [], false)

0 commit comments

Comments
 (0)