forked from TrueCloudLab/rclone
chunker: disable ListR to fix missing files on GDrive (workaround #3972)
This commit is contained in:
parent
18c7549770
commit
004c3796de
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,8 @@ func NewFs(name, rpath string, m configmap.Mapper) (fs.Fs, error) {
|
|||
ServerSideAcrossConfigs: true,
|
||||
}).Fill(f).Mask(baseFs).WrapsFs(f, baseFs)
|
||||
|
||||
f.features.Disable("ListR") // Recursive listing may cause chunker skip files
|
||||
|
||||
return f, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue