mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
Remove AWS SDK Transport ResponseHeaderTimeout (finer-grained timeout are already handled by the callers) Lower the threshold for MultipartCopy (5GB -> 500MB) to improve copy performance and reduce chance of hitting Single part copy timeout Fixes #898 Signed-off-by: Maxime Thébault <contact@maximethebault.me>