Open agforte opened 4 years ago
The README says that Kronos attempts a "refresh" every minWaitTimeBetweenSyncMs. Is this "automatic refresh" process initiated by the first call to getCurrentTime() or when?
minWaitTimeBetweenSyncMs
getCurrentTime()
By the look of the code, whenever you call getCurrentTime(), if the last update is out of date, a new sync is requested in the background.
The README says that Kronos attempts a "refresh" every
minWaitTimeBetweenSyncMs
. Is this "automatic refresh" process initiated by the first call togetCurrentTime()
or when?