mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
55c12c9a2d
Before this change, the metadata map could be accessed from multiple goroutines at once, sometimes causing this error. This fix adds a global mutex for adjusting the metadata map to make all accesses safe. See: https://forum.rclone.org/t/azure-blob-storage-with-vfs-cache-concurrent-map-writes-exception/41686