Skip to content

Commit 712f3b2

Browse files
author
Paul Osinski
committed
remove reference to deprecated async import
1 parent 6ad3ad5 commit 712f3b2

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

docs/content/en/open_source/performance.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Performance Enhancements"
2+
title: "Performance Enhancements (Open Source)"
33
description: "Settings to configure to enhance performance in DefectDojo"
44
draft: false
55
weight: 4
@@ -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)