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

Commit

Permalink
Change default values of ExposureRiskCalculationConfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Jan 21, 2022
1 parent d6ff39a commit d14e135
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 d14e135

Please sign in to comment.