1d1d847f18
union: change epff policy to search local disks first
...
Its always been random which remote epff/ff finds first. Make it so
that we search local disks first which will save on network resources.
See: https://forum.rclone.org/t/rclone-union-no-longer-preferring-local-copies-windows/32002/3
2022-07-21 17:23:56 +01:00
6b9e4f939d
union: fix crash when using epff policy - fixes #5000
...
Before this fix using the epff policy could double close a channel.
The fix refactors the code to make that impossible and cancels any
running queries when the first query is found.
2021-03-15 19:22:07 +00:00
4aee962233
doc: fix typos throughout docs and code
2020-05-20 15:54:51 +01:00
78a9e7440a
union: Implement multiple writable remotes
2020-03-21 18:11:24 +00:00