rclone/dropbox
Nick Craig-Wood 8e3d45d2dc dropbox: increase chunk size to improve upload speeds - fixes #103
Chunks aren't buffered in memory, so chose 128M as the default size as
producing the maximum throughput.  This takes the throughput from 78
kBytes/s to 4MBytes/s a 50x improvement!
2015-08-25 19:01:37 +01:00
..
dropbox_test.go Implement server side copies if possible - fixes #99 2015-08-23 21:18:38 +01:00
dropbox.go dropbox: increase chunk size to improve upload speeds - fixes #103 2015-08-25 19:01:37 +01:00
nametree_test.go dropbox: record names coming from dropbox API, fixes #53 case insensitivity causes duplicated files 2015-06-14 15:23:56 +01:00
nametree.go do not print stats in quiet mode - fixes #70 2015-08-10 11:17:54 +01:00