Skip to content

Use system_clock for synchronizing IS publications (ADHI-4857)

Andy Salnikov requested to merge salnikov/HLTMPPU:tickets/ADHI-4857 into master

The use of steady_clock does not allow synchronization between different hosts as steady_clock epoch is not universal. There may be potential issues due to system clock adjustments but those adjustments should not be large (in a regular case when clocks are reasonably synchronized) and small adjustments do not matter.

Implements part of ADHI-4857

Merge request reports