Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traffic Shaping configuration issue #4875

Closed
cescoffier opened this issue Sep 25, 2023 · 0 comments
Closed

Traffic Shaping configuration issue #4875

cescoffier opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@cescoffier
Copy link
Contributor

/**
   * Set time unit for check interval for stats.
   *
   * @param checkIntervalForStatsTimeUnit check interval for stats time unit
   * @return a reference to this, so the API can be used fluently
   */
  public TrafficShapingOptions setCheckIntervalForStatsTimeUnit(TimeUnit checkIntervalForStatsTimeUnit) {
    this.maxDelayToWaitTimeUnit = maxDelayToWaitTimeUnit; // <--- Wrong field. Should be checkIntervalForStatsTimeUnit.
    return this;
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants