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

Fixed a problem where default: "1000000000" in time.Duration was equal to "0". #19

Open
UNILORN opened this issue Apr 30, 2022 · 0 comments

Comments

@UNILORN
Copy link

UNILORN commented Apr 30, 2022

In v1.1.0, setting default: "1000000000" for time.Duration was equivalent to "1s".

but, In v1.2.0, setting default: "1000000000" for time.Duration is equivalent to "0".

I have made the fixes in this Pull Request. #18
Please check it out as it is a necessary fix for the project I am using.

@mcuadros

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant