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

Add a new maxParseTime parameter to the WriteOutContentHandler #374

Open
wants to merge 6 commits into
base: branch_1x
Choose a base branch
from

Commits on Nov 1, 2020

  1. add a new maxParseTime parameter to the WriteOutContentHandler

    when > -1, this will stop writing new characters if this number of
    milliseconds has elapsed since the first characters were written.
    nddipiazza committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    6144417 View commit details
    Browse the repository at this point in the history
  2. fix the if statement when to apply the filter.

    add a unit test.
    nddipiazza committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    3c8d823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1135027 View commit details
    Browse the repository at this point in the history
  4. add time unit in message.

    nddipiazza committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    7355fec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    300ae37 View commit details
    Browse the repository at this point in the history
  6. fix javaadoc

    nddipiazza committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    5650ba8 View commit details
    Browse the repository at this point in the history