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 an error message that reports milliseconds as seconds #6914

Merged

Conversation

kozlovsky
Copy link
Contributor

This PR fixes an incorrect error message for CoreConnectTimeoutError that reports milliseconds as seconds.

The constant RECONNECT_INTERVAL_MS stores the number of milliseconds, so to display seconds, the result of the expression needs to be divided by 1000.

@kozlovsky kozlovsky marked this pull request as ready for review May 27, 2022 07:11
@kozlovsky kozlovsky requested review from a team and drew2a and removed request for a team May 27, 2022 07:11
@kozlovsky kozlovsky merged commit 485ab17 into Tribler:release/7.12 May 27, 2022
@kozlovsky kozlovsky deleted the fix/error_message_milliseconds branch May 27, 2022 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants