mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
vfs: enable vfs-read-chunk-size by default
This commit is contained in:
committed by
Nick Craig-Wood
parent
9815b09d90
commit
7983b6bdca
@@ -48,6 +48,8 @@ var DefaultOpt = Options{
|
||||
CacheMode: CacheModeOff,
|
||||
CacheMaxAge: 3600 * time.Second,
|
||||
CachePollInterval: 60 * time.Second,
|
||||
ChunkSize: 128 * fs.MebiByte,
|
||||
ChunkSizeLimit: -1,
|
||||
}
|
||||
|
||||
// Node represents either a directory (*Dir) or a file (*File)
|
||||
|
||||
Reference in New Issue
Block a user