mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:30:06 +08:00
399cf18013
Previously we had a map of pools for different chunk sizes. In practice the mapping is not very useful and requires a lock. Pools of size other that ChunkSize can only happen when we have a huge file (over 10k * ChunkSize). We need to have a bunch of identically sized huge files. In such case most likely ChunkSize should be increased. The mapping and its lock is replaced with a single initialised pool for ChunkSize, in other cases pool is allocated and freed on per file basis. |
||
---|---|---|
.. | ||
s3_test.go | ||
s3.go | ||
v2sign.go |