rclone/backend/swift
Nick Craig-Wood 0dba7b8a46 swift: speed up deletes by not retrying segment container deletes
Before this fix rclone would continually try to delete non empty
segment containers which made deleting lots of files very slow.

This fix makes rclone just try the delete once and then carry on which
was the original intent of the code before the retry logic got put in.
2020-06-24 10:01:24 +01:00
..
auth.go swift: work around token expiry on CEPH 2019-03-18 13:30:59 +00:00
swift_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
swift_test.go build: implement a framework for starting test servers during tests 2020-01-18 16:47:37 +00:00
swift.go swift: speed up deletes by not retrying segment container deletes 2020-06-24 10:01:24 +01:00