mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-01 22:39:26 +08:00
perf(alias): disabled log on fs call (close #4054)
This commit is contained in:
@ -141,7 +141,7 @@ func BuildIndex(ctx context.Context, indexPaths, ignorePaths []string, maxDepth
|
||||
})
|
||||
return nil
|
||||
}
|
||||
fi, err = fs.Get(ctx, indexPath)
|
||||
fi, err = fs.Get(ctx, indexPath, &fs.GetArgs{})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user