Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Remove call to time.Now() on worker thread when handling record reqs #1210

Merged
merged 1 commit into from
Jun 2, 2020

Commits on Jun 1, 2020

  1. Remove call to time.Now() on worker thread when handling record reqs

    Time is already recorded on the client side and stored in the currently unused recordReq.t
    field. Avoiding these repeated calls to time.Now while the worker is blocked can significantly
    reduce worker contention.
    ian-mi committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d6871ee View commit details
    Browse the repository at this point in the history