mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Performance issue when scanning large root folder
This commit is contained in:
parent
864d5028e1
commit
f8afe65f7e
4 changed files with 29 additions and 17 deletions
|
@ -22,6 +22,7 @@ namespace NzbDrone.Common.Disk
|
|||
bool FileExists(string path);
|
||||
bool FileExists(string path, StringComparison stringComparison);
|
||||
bool FolderWritable(string path);
|
||||
bool FolderEmpty(string path);
|
||||
string[] GetDirectories(string path);
|
||||
string[] GetFiles(string path, SearchOption searchOption);
|
||||
long GetFolderSize(string path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue