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

fix: use uint64 for Manifest.Timeout #15

Merged
merged 2 commits into from Sep 18, 2023
Merged

fix: use uint64 for Manifest.Timeout #15

merged 2 commits into from Sep 18, 2023

Conversation

zshipko
Copy link
Contributor

@zshipko zshipko commented Sep 16, 2023

When setting Manifest.Timeout I got hung up because it is a time.Duration value, so I was setting it to time.Milliseconds * time.Duration(3000) instead of just time.Duration(3000). This PR switches Manifest.Timeout to be a uint64 since it is already "timeout in milliseconds" - @mhmd-azeez if you think there's a better fix for this let me know!

@zshipko zshipko merged commit 7064bd3 into main Sep 18, 2023
3 checks passed
@zshipko zshipko deleted the fix-manifest-timeout branch September 18, 2023 16:17
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

Successfully merging this pull request may close these issues.

None yet

1 participant