Skip to content

Commit

Permalink
Merge pull request #1152 from Pugzy/patch-1
Browse files Browse the repository at this point in the history
Update config key for NoSlowA threshold and default
  • Loading branch information
AoElite authored Sep 16, 2023
2 parents 7d0d5fe + 8084fb3 commit 22862d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public void handlePredictionAnalysis(double offset) {
@Override
public void reload() {
super.reload();
offsetToFlag = getConfig().getDoubleElse("NoSlow.threshold", 0.00001);
offsetToFlag = getConfig().getDoubleElse("NoSlowA.threshold", 0.001);
}
}

0 comments on commit 22862d1

Please sign in to comment.