You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/reference/next/client/client-configuration-client.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,20 @@ The implementation class of ServiceUrlProvider used to generate ServiceUrl.
233
233
234
234
**Default**: `null`
235
235
236
+
### serviceUrlQuarantineInitDurationMs
237
+
The initial duration (in milliseconds) to quarantine endpoints that fail to connect.A value of 0 means don't quarantine any endpoints even if they fail.
238
+
239
+
**Type**: `long`
240
+
241
+
**Default**: `60000`
242
+
243
+
### serviceUrlQuarantineMaxDurationMs
244
+
The max duration (in milliseconds) to quarantine endpoints that fail to connect.A value of 0 means don't quarantine any endpoints even if they fail.
Copy file name to clipboardExpand all lines: static/reference/next/config/reference-configuration-client.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,20 @@ The implementation class of ServiceUrlProvider used to generate ServiceUrl.
233
233
234
234
**Default**: `null`
235
235
236
+
### serviceUrlQuarantineInitDurationMs
237
+
The initial duration (in milliseconds) to quarantine endpoints that fail to connect.A value of 0 means don't quarantine any endpoints even if they fail.
238
+
239
+
**Type**: `long`
240
+
241
+
**Default**: `60000`
242
+
243
+
### serviceUrlQuarantineMaxDurationMs
244
+
The max duration (in milliseconds) to quarantine endpoints that fail to connect.A value of 0 means don't quarantine any endpoints even if they fail.
0 commit comments