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

in_tail: read_bytes_limit_per_second should precede read_lines_limit #3379

Merged
merged 2 commits into from
May 19, 2021

Commits on May 18, 2021

  1. in_tail: read_bytes_limit_per_second should precede read_lines_limit

    Otherwise it doesn't limit reading pace on reading many short lines.
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b7719f9 View commit details
    Browse the repository at this point in the history
  2. test_in_tail: Remove needless shutdown code of throttling tests

    Use test driver's default one.
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ffe6e58 View commit details
    Browse the repository at this point in the history