1
mirror of https://github.com/rclone/rclone synced 2024-09-18 15:28:08 +02:00
rclone/backend/union
Nick Craig-Wood b26276b416 union: fix poll-interval not working - fixes #2837
Before this change the union remote was using whether the writable
union could poll for changes to decide whether the union mount could
poll for changes.

The fix causes the union backend to signal it can poll for changes if
**any** of the remotes can poll for changes.
2019-01-28 14:43:12 +00:00
..
union_test.go union: fix so all integration tests pass 2018-09-07 15:14:08 +01:00
union.go union: fix poll-interval not working - fixes #2837 2019-01-28 14:43:12 +00:00