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

[bugfix]: correct setInterval time interval to 2 minutes #2355

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

zqr10159
Copy link
Member

Correct the setInterval function timing in monitor-list.component.ts to ensure the table refreshes every 2 minutes as intended. The previous code incorrectly specified the interval as12,000 milliseconds instead of the intended 120,000 milliseconds.

What's changed?

[bugfix]: correct setInterval time interval to 2 minutes

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

Correct the setInterval function timing in monitor-list.component.ts to ensure
the table refreshes every 2 minutes as intended. The previous code incorrectly
specified the interval as12,000 milliseconds instead of the intended 120,000
milliseconds.
Copy link
Contributor

@tomsun28 tomsun28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@tomsun28 tomsun28 merged commit b31d8b1 into master Jul 23, 2024
3 checks passed
@zqr10159 zqr10159 deleted the bugfix-interval branch July 23, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants