Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Archive Explorer > Report Timeout |
For any report run from Archive, you can configure the timeout to be longer. If you do not configure this, the timeout defaults to 30 seconds. However, if you have an abnormally large Archive database, you might want to increase that timeout to allow the reports a little more time to run.
This can be accomplished by adding the following key to the <appSettings> section of Miner.Responder.ArchiveServices.exe.config:
Copy Code
|
|
---|---|
<add key="CommandTimeout" value="<value-in-seconds>" /> |
This should only be performed if you have already experienced a report timing out. |