Skip to content

Commit

Permalink
isAddressServerHealth set as true when request success (#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy authored Oct 6, 2020
1 parent f6c6a9f commit 5745922
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ private void syncFromAddressUrl() throws Exception {
ExceptionUtil.getAllExceptionMsg(e));
}
addressServerFailCount = 0;
isAddressServerHealth = false;
} else {
addressServerFailCount++;
if (addressServerFailCount >= maxFailCount) {
Expand Down

0 comments on commit 5745922

Please sign in to comment.