mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
hand dirCacheTime through again
This commit is contained in:
committed by
Nick Craig-Wood
parent
9cede6b372
commit
9782c264e9
@@ -42,6 +42,7 @@ func NewFS(f fs.Fs) *FS {
|
||||
if pollInterval > 0 {
|
||||
fsys.FS.PollChanges(pollInterval)
|
||||
}
|
||||
fsys.FS.SetDirCacheTime(dirCacheTime)
|
||||
return fsys
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user