Configuration Key
- MaxSearchBatchSize – This key allows users to set a limit on the amount of concurrent multi-case search jobs.
How to configure these keys?
The keys required for configuration are available from FTK Plus 7.6+. They are located in the ADGWeblabSelfHost.exe.config file located in C:\Program Files\AccessData\Forensic Tools\7.6\bin.
Key | Value | Example |
MaxSearchBatchSize | 10 = would allow 10 concurrent multi-case search jobs to be run. | <add key=”MaxSearchBatchSize” value=”25” />
This example would allow 25 multi-case search jobs to be run concurrently. |