sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
924 stars 217 forks source link

Optimize automatic bookmarks creation for shared files #1949

Open lfcnassif opened 10 months ago

lfcnassif commented 10 months ago

As discussed on https://github.com/sepinf-inc/IPED/discussions/1899#discussioncomment-7344080 we should create automatic bookmarks just for the evidences being processed, not for all previous ones when processing using --append.

We can also use multiple threads to create automatic bookmarks, currently it is single threaded.

Finally, we should convert the P2PBookmarker class to a Task and we can create an enable/disable option in main config file.