Update KNOWN_ISSUES.txt

This commit is contained in:
adam 2012-04-11 11:38:19 -03:00
parent 37feb5cce2
commit ca61cb5508

View File

@ -3,18 +3,18 @@ Known issues and limitations
We plan to address the following issues in future releases.
General:
- Only a single instance of the application can be executed at once.
- Only a single instance of the application can be started at once.
There is no check if another instance is already running. Running a second instance will cause issues.
Case:
- Closing a Case in certain situations when ingest is running or processing is being done in the background may cause stability issues.
- Closing a case in certain situations (when ingest is running or processing is being done in the background) may cause stability issues.
If case cannot be cleanly closed, try closing the application.
Ingest:
- Ingest may fail and cause unexpected behavior if "Add image" action is performed while ingest is running on previously added image.
- Ingest may fail and cause unexpected behavior if "Add image" action is performed while ingest is running on a previously added image.
Keyword search module:
- Keyword search module does not currently search unallocated space,
- Keyword search maximum size of files to be indexed and searched is 100MB,
- Keyword search maximum size of unknown files to be searched (using string extraction) is 1MB.
- Keyword search maximum size of unknown types of files to be indexed and searched (using string extraction) is 1MB.