Changes
Page history
Mention single thread
authored
Oct 07, 2022
by
Ondřej Borýsek
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
77e37e18
...
@@ -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)