forked from TrueCloudLab/rclone
This commit is contained in:
parent
a492c0fb0e
commit
132ce94139
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@ func (f *Fs) getMemoryPool(size int64) *pool.Pool {
|
|||
if !ok {
|
||||
f.pools[size] = pool.New(
|
||||
time.Duration(f.opt.MemoryPoolFlushTime),
|
||||
int(f.opt.ChunkSize),
|
||||
int(size),
|
||||
f.opt.UploadConcurrency*fs.Config.Transfers,
|
||||
f.opt.MemoryPoolUseMmap,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue