songxingwei 2 년 전
부모
커밋
9eb01b33fa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      config/database.php

+ 2 - 0
config/database.php

@@ -34,4 +34,6 @@ return [
     'deploy'      => 0,
     // 分离
     'rw_separate' => false,
+    //是否需要断线重连
+    'break_reconnect'=>true
 ];