mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
79fd662676
Protects all variables in the pacer from concurrent modifications. It is now safe to modify pacer settings while it is running. I decided to not go for an RWMutex, since all accesses are very short, so the overhead of an RWMutex isn't worth it. Fixes #138. |
||
---|---|---|
.. | ||
pacer.go |