webdav: Made exporttree remotes faster by caching connection to the server

Followed example of Remote.S3.
This commit is contained in:
Joey Hess 2020-03-20 12:48:43 -04:00
parent 24255b3c96
commit 4b92bbe8d7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 108 additions and 80 deletions

View file

@ -11,3 +11,5 @@ Could multiple files be uploaded in parallel?
Apparently files are also upload to a temporary location and renamed after successful upload. This adds additional latency and thus parallel uploads could provide a speed up?
[[!tag confirmed]]
> [[fixed|done]] --[[Joey]]