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

Support timeout being specified in seconds instead of minutes #252

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2024

  1. Added TimeOutInSeconds property and GetTimeOutTimeSpan method

    Added field, property, and method to support the timeout being specified in second instead of minutes.  Minutes are not sufficiently granular.
    steve-sweitzer authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    33385cd View commit details
    Browse the repository at this point in the history
  2. Update AvaTaxClient to obtain timeout timespan from UserConfiguration…

    ….GetTimeOutTimeSpan
    
    Change in support of allowing timeout to be specified in seconds instead of minutes.
    steve-sweitzer authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6e119d9 View commit details
    Browse the repository at this point in the history