Version 1.24.0
Improved Case Search Traversal Logic
The method CaseUtility.findCaseDirectories was updated to traverse the file system a little more intelligently. Now when a case.fbi2
is located (which should be root of a Nuix case) traversal will not continue to search any of that case's sub-directories. This should result in an overall faster case directory search and in some instances prevent specific issues around large numbers of files within a case directory causing issues when traversal is over a network share.
What's Changed
- Smarter traversal while searching for case.fbi2 files by @JuicyDragon in #23
Full Changelog: v1.23.0...v1.24.0