bug
This commit is contained in:
parent
4cbd71b057
commit
1687fecd33
1 changed files with 7 additions and 0 deletions
7
doc/bugs/encrypted_S3_stalls.mdwn
Normal file
7
doc/bugs/encrypted_S3_stalls.mdwn
Normal 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]]
|
Loading…
Add table
Reference in a new issue