Skip to content

Commit 1884ada

Browse files
authored
Removed Asynchronous Imort from performance.md (#12410)
1 parent 02ee92d commit 1884ada

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/content/en/open_source/performance.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ change many filters to only search on names, rather than the objects themselves.
1515
This change will save many large queries, and will improve the performance of UI
1616
based interactions.
1717

18-
## Asynchronous Import
19-
20-
DefectDojo offers an experimental feature to aynschronously import security reports.
21-
This feature works in most use cases, but struggles when doing things such as pushing
22-
to Jira during the import process. Because Endpoints are still being processed and
23-
created even after the import procedure is completed, pushing Findings to Jira can
24-
result in incomplete Jira tickets. It is advised to wait until after import has been
25-
completed (reaches 100%).
26-
27-
To enable this feature, set `ASYNC_FINDING_IMPORT` to True in `local_settings.py`
28-
2918
## Asynchronous Delete
3019

3120
For larger instances, deleting an object can take minutes for all related objects to be

0 commit comments

Comments
 (0)