Mention single thread authored by Ondřej Borýsek's avatar Ondřej Borýsek
...@@ -164,3 +164,9 @@ In addition, parsing can be inside Docx template, for example: ...@@ -164,3 +164,9 @@ In addition, parsing can be inside Docx template, for example:
- [ ] explanation: 'The tag "image" is not inside a paragraph', - [ ] explanation: 'The tag "image" is not inside a paragraph',
- [ ] explanation: 'The tag beginning with "{/" is unclosed', - [ ] explanation: 'The tag beginning with "{/" is unclosed',
### PwnDoc runs single threaded - multitasking can be problematic
For regular tasks, everything takes at most couple seconds. There are two exceptions, during which noone else can perform any actions.
- report generation (can take up-to couple minutes)
- findings import (takes up-to couple minutes, but can be slightly slowed down to allow for concurent operations)