Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

fix: make timestamps strictly increasing #201

Merged
merged 3 commits into from Jul 16, 2021
Merged

Commits on Jul 16, 2021

  1. fix: make timestamps strictly increasing

    On Linux, this is almost always the case. Windows, however, doesn't have
    nanosecond accuracy.
    
    We make the timestamp sequence numbers strictly increasing by returning
    the last timestamp + 1 where necessary.
    Stebalien committed Jul 16, 2021
    Copy the full SHA
    add0c9a View commit details
    Browse the repository at this point in the history
  2. apply code review

    Co-authored-by: Marten Seemann <martenseemann@gmail.com>
    Stebalien and marten-seemann committed Jul 16, 2021
    Copy the full SHA
    375d7b4 View commit details
    Browse the repository at this point in the history
  3. use a lock

    Stebalien committed Jul 16, 2021
    Copy the full SHA
    7a741a9 View commit details
    Browse the repository at this point in the history