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

Allow turn off of doReqAsync adaptive timeout #1152

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Commits on Sep 17, 2024

  1. Allow disabling doReqAsync adaptive timeout

    When doReqAsync is invoked without a positive 'waitFor' value,
    it uses a simple adaptive timeout to avoid waiting the full interval
    (default 5s).
    
    This change creates a constant which can be passed into 'waitFor' to
    disable adaptive timeout and wait for the full interval for responses.
    mprimi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    260e92b View commit details
    Browse the repository at this point in the history
  2. Update audit gather command to wait for full interval

    Disable the adaptive responses timeout and wait for the full interval
    for answers to ping from servers.
    mprimi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bcc6076 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    1910c67 View commit details
    Browse the repository at this point in the history