This commit is contained in:
Joey Hess 2011-04-19 13:45:32 -04:00
parent 4cbd71b057
commit 1687fecd33

View file

@ -0,0 +1,7 @@
Sending large-ish (few megabytes) files to encrypted S3 remotes stalls out.
It works for the tiny files I was using to test while developing it, on
dialup.
There was a similar issue with bup, which I fixed by forking a process
rather than using a thread to do some IO. Probably need the same here.
--[[Joey]]