Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    reduce blocking during metric update · ca14c9df
    psychocrypt authored
    With #1845 a race condition during the telemetry update is solved.
    The problem is that the used mutex is blocking all threads from updating the metrics during
    the statistics are calculated.
    
    - introduce a mutex per miner thread
    ca14c9df