Skip to content

Commit

Permalink
Update dojo/settings/settings.dist.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
  • Loading branch information
hblankenship and cneill authored Apr 22, 2024
1 parent c4433c4 commit 05a45e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
# maximum number of result in search as search can be an expensive operation
DD_SEARCH_MAX_RESULTS=(int, 100),
DD_SIMILAR_FINDINGS_MAX_RESULTS=(int, 25),
# maximum number of request response pairs from the API
# The maximum number of request/response pairs to return from the API. Values <0 return all pairs.
DD_MAX_REQRESP_FROM_API=(int, -1),
DD_MAX_AUTOCOMPLETE_WORDS=(int, 20000),
DD_JIRA_SSL_VERIFY=(bool, True),
Expand Down

0 comments on commit 05a45e8

Please sign in to comment.