Skip to content

Commit

Permalink
[IngestionClient] remove private maxPollingDelayInMinutes (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Jul 18, 2024
1 parent 6daa550 commit d8e158b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class AppConfig
private int initialPollingDelayInMinutes = Constants.DefaultInitialPollingDelayInMinutes;

private int retryLimit = Constants.DefaultRetryLimit;
private int maxPollingDelayInMinutes = Constants.DefaultMaxPollingDelayInMinutes;

public SentimentAnalysisSetting SentimentAnalysisSetting { get; set; } = SentimentAnalysisSetting.None;

Expand Down

0 comments on commit d8e158b

Please sign in to comment.