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 timestamp randomly stopped from updating #2090

Merged
merged 2 commits into from
Jun 19, 2019

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Jun 19, 2019

Fixes #1627.

Changelog Entry

Description

Fixing timestamps sometimes not updating.

Specific Changes

Updated TimeAgo.js

The current calculation of "next time to update" could be right now. Instead, if the "next time to update is right now", it should be "next time to update is in a second" instead.


  • Testing Added
    • Cannot add test because this is CPU-bound and random, not easily testable on box with slow CPU

@compulim compulim merged commit 1fd9942 into microsoft:master Jun 19, 2019
@compulim compulim deleted the fix-1627 branch June 19, 2019 17:10
@compulim compulim mentioned this pull request Jul 8, 2019
26 tasks
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.

Some timestamps stop updating
2 participants