@@ -70,6 +70,7 @@ public static function provideConfigs()
70
70
'read_timeout ' => 60 ,
71
71
'send_heartbeat ' => 0 ,
72
72
'receive_heartbeat ' => 0 ,
73
+ 'detect_transient_connections ' => false ,
73
74
],
74
75
];
75
76
@@ -91,6 +92,7 @@ public static function provideConfigs()
91
92
'read_timeout ' => 60 ,
92
93
'send_heartbeat ' => 0 ,
93
94
'receive_heartbeat ' => 0 ,
95
+ 'detect_transient_connections ' => false ,
94
96
],
95
97
];
96
98
@@ -112,6 +114,7 @@ public static function provideConfigs()
112
114
'read_timeout ' => 60 ,
113
115
'send_heartbeat ' => 0 ,
114
116
'receive_heartbeat ' => 0 ,
117
+ 'detect_transient_connections ' => false ,
115
118
],
116
119
];
117
120
@@ -134,6 +137,7 @@ public static function provideConfigs()
134
137
'read_timeout ' => 60 ,
135
138
'send_heartbeat ' => 0 ,
136
139
'receive_heartbeat ' => 0 ,
140
+ 'detect_transient_connections ' => false ,
137
141
],
138
142
];
139
143
@@ -156,6 +160,7 @@ public static function provideConfigs()
156
160
'read_timeout ' => 60 ,
157
161
'send_heartbeat ' => 0 ,
158
162
'receive_heartbeat ' => 0 ,
163
+ 'detect_transient_connections ' => false ,
159
164
],
160
165
];
161
166
@@ -178,6 +183,7 @@ public static function provideConfigs()
178
183
'read_timeout ' => 60 ,
179
184
'send_heartbeat ' => 0 ,
180
185
'receive_heartbeat ' => 0 ,
186
+ 'detect_transient_connections ' => false ,
181
187
],
182
188
];
183
189
@@ -201,6 +207,7 @@ public static function provideConfigs()
201
207
'read_timeout ' => 60 ,
202
208
'send_heartbeat ' => 0 ,
203
209
'receive_heartbeat ' => 0 ,
210
+ 'detect_transient_connections ' => false ,
204
211
],
205
212
];
206
213
@@ -222,6 +229,7 @@ public static function provideConfigs()
222
229
'read_timeout ' => 60 ,
223
230
'send_heartbeat ' => 0 ,
224
231
'receive_heartbeat ' => 0 ,
232
+ 'detect_transient_connections ' => false ,
225
233
],
226
234
];
227
235
@@ -244,6 +252,7 @@ public static function provideConfigs()
244
252
'read_timeout ' => 60 ,
245
253
'send_heartbeat ' => 0 ,
246
254
'receive_heartbeat ' => 0 ,
255
+ 'detect_transient_connections ' => false ,
247
256
],
248
257
];
249
258
}
0 commit comments