Merge pull request #3057 from Binu42/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2022-06-18 21:49:39 +03:00 committed by GitHub
commit c08dec6b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,6 +297,6 @@ Please note that all scheduling methods do not *guarantee* the exact delay.
For example, the in-browser timer may slow down for a lot of reasons:
- The CPU is overloaded.
- The browser tab is in the background mode.
- The laptop is on battery.
- The laptop is on battery saving mode.
All that may increase the minimal timer resolution (the minimal delay) to 300ms or even 1000ms depending on the browser and OS-level performance settings.