// Token: 0x0600729D RID: 29341 RVA: 0x0017B774 File Offset: 0x00179974
 public static int DelayTimeThreshold(BudgetType budgetType)
 {
     return(DefaultThrottlingAlertValues.SafeGetValueFromMap(DefaultThrottlingAlertValues.delayTimeThresholdMap, budgetType, 10000));
 }
 // Token: 0x0600729C RID: 29340 RVA: 0x0017B765 File Offset: 0x00179965
 public static int MassUserOverBudgetPercent(BudgetType budgetType)
 {
     return(DefaultThrottlingAlertValues.SafeGetValueFromMap(DefaultThrottlingAlertValues.massUserOverBudgetPercentMap, budgetType, 50));
 }