SYMPTOMS
The default Query History retention settings are 30 days and 1,000 queries. These can be changed by modifying the <appSettings> section of the web.config file in the '\Program Files (x86)\ZyLAB\EDiscovery\LegalReview\Review_web' folder.
CAUSE
Not applicable
RESOLUTION
Add the following keys to the <appSettings> section of the web.config file in the '\Program Files (x86)\ZyLAB\EDiscovery\LegalReview\Review_web' folder and adjust as required:
<
add
key
=
"QueryHistoryDisplayInterval"
value
=
"30.00:00:00"
/>
<!-- Time interval to display the history for. 30 days default. -->
<
add
key
=
"QueryHistoryDisplayItemsLimit"
value
=
"1000"
/>
<!-- Maximum number of history records to display. 1000 records default. -->
APPLIES TO
3.11
Comments
0 comments
Please sign in to leave a comment.