mirror of
https://github.com/pgsty/silo.git
synced 2026-09-21 18:13:40 +00:00
8315bcd0d8
When reading `TrafficMeter` values, there was a value receiver. This means that receivers are copied unsafely when invoked. Fixes race seen with `-race` build.