Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #794 from keiji/cocoa2/change_default_config_value
Browse files Browse the repository at this point in the history
Change default values of ExposureRiskCalculationConfiguration.
  • Loading branch information
keiji authored Jan 21, 2022
2 parents 0367fb7 + d14e135 commit ee74a7e
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,13 @@ private static V1ExposureRiskCalculationConfiguration CreateDefaultConfiguration
DailySummary_DaySummary_ScoreSum = new V1ExposureRiskCalculationConfiguration.Threshold()
{
Op = V1ExposureRiskCalculationConfiguration.Threshold.OPERATION_GREATER_EQUAL,
Value = 1170.0,
}
Value = 1350.0,
},
ExposureWindow_ScanInstance_SecondsSinceLastScanSum = new V1ExposureRiskCalculationConfiguration.Threshold()
{
Op = V1ExposureRiskCalculationConfiguration.Threshold.OPERATION_GREATER_EQUAL,
Value = 900.0,
},
};
}

Expand Down

0 comments on commit ee74a7e

Please sign in to comment.