blob: c4484b9c4f6eced07fe0673040783dbd376d151c (
plain)
1
2
3
4
5
6
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]]
|