You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/08/23 08:28:47 UTC

[incubator-servicecomb-docs] 05/05: fix errorThresholdPercentage value issue

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-docs.git

commit 78153767fd04265b3bbeafc40e20123ff1857cbe
Author: DeanLee <li...@huawei.com>
AuthorDate: Thu Aug 23 12:05:49 2018 +0800

    fix errorThresholdPercentage value issue
---
 java-chassis-reference/en_US/references-handlers/loadbalance.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-chassis-reference/en_US/references-handlers/loadbalance.md b/java-chassis-reference/en_US/references-handlers/loadbalance.md
index 6dfab0d..cfa8220 100644
--- a/java-chassis-reference/en_US/references-handlers/loadbalance.md
+++ b/java-chassis-reference/en_US/references-handlers/loadbalance.md
@@ -71,7 +71,7 @@ servicecomb:
   loadbalance:
     isolation:
       enabled: true
-      errorThresholdPercentage: 20
+      errorThresholdPercentage: 0
       enableRequestThreshold: 5
       singleTestTime: 60000
       continuousFailureThreshold: 2