hand dirCacheTime through again

This commit is contained in:
Stefan Breunig
2017-05-31 16:55:46 +02:00
committed by Nick Craig-Wood
parent 9cede6b372
commit 9782c264e9
4 changed files with 16 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ func NewFS(f fs.Fs) *FS {
if pollInterval > 0 {
fsys.FS.PollChanges(pollInterval)
}
fsys.FS.SetDirCacheTime(dirCacheTime)
return fsys
}