Skip to content

Commit

Permalink
Merge pull request #54 from DP-3T/release/1.0.3
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
UBaggeler committed Jul 6, 2020
2 parents 2234c9e + ed3590e commit c43de03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

public class GAENSDKConfig {

private Integer lowerThreshold = 50;
private Integer higherThreshold = 55;
private Integer lowerThreshold = 53;
private Integer higherThreshold = 60;
private Double factorLow = 1.0d;
private Double factorHigh = 0.5d;
private Integer triggerThreshold = 15;
Expand Down

0 comments on commit c43de03

Please sign in to comment.