-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Each time my app uses the CPU intensively for a few seconds, I get the following message in the console:
Clock discrepancy detected. Attempting re-sync.
This brings me two questions:
- How does CPU activity relate to sync lost?
- My understanding was that
TimeSync.watchClockChanges
was false by default, preventing re-sync to occur. I tried to force it to false anyway, but it has no effect. How can I prevent re-sync?