Skip to content

Commit

Permalink
bugfix:auto degrade dynamic configure fixs apache#4491
Browse files Browse the repository at this point in the history
  • Loading branch information
pengten authored and asta-yang committed Aug 21, 2022
1 parent f6ce047 commit 38f33a3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ public void onChangeEvent(ConfigurationChangeEvent event) {
degradeNum = 0;
stopDegradeCheck();
} else {
startDegradeCheck();
if (degradeCheckPeriod > 0 && degradeCheckAllowTimes > 0) {
startDegradeCheck();
}
}
}
}
Expand Down

0 comments on commit 38f33a3

Please sign in to comment.