Skip to content

docs: Update number of concurrent connections for uWSGI#13752

Merged
mtesauro merged 1 commit intoDefectDojo:devfrom
NoaFayn:doc-running-in-production
Nov 25, 2025
Merged

docs: Update number of concurrent connections for uWSGI#13752
mtesauro merged 1 commit intoDefectDojo:devfrom
NoaFayn:doc-running-in-production

Conversation

@NoaFayn
Copy link
Copy Markdown
Contributor

@NoaFayn NoaFayn commented Nov 21, 2025

Description

Changed the stated number of concurrent connections handled bb uWSGI by default.

Assuming the default values for DD_UWSGI_NUM_OF_PROCESSES and DD_UWSGI_NUM_OF_THREADS stated is correct (4 for both), then the number of concurrent connections should be 4*4 or 16. But the documentation indicates only 4.

Some resources:

I first discussed this on Slack.

Test results

Haven't run the tests as the PR is really simple.

Documentation

This is the point of this PR.

Checklist

This checklist is for your information.

  • Make sure to rebase your PR against the very latest dev.
  • Features/Changes should be submitted against the dev.
  • Bugfixes should be submitted against the bugfix branch.
  • Give a meaningful name to your PR, as it may end up being used in the release notes.
  • Your code is flake8 compliant.
  • Your code is python 3.13 compliant.
  • If this is a new feature and not a bug fix, you've included the proper documentation in the docs at https://github.com/DefectDojo/django-DefectDojo/tree/dev/docs as part of this PR.
  • Model changes must include the necessary migrations in the dojo/db_migrations folder.
  • Add applicable tests to the unit tests.
  • Add the proper label to categorize your PR.

~docs

Copy link
Copy Markdown
Member

@valentijnscholten valentijnscholten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for double checking this, all help is welcome on the project :-)

@valentijnscholten valentijnscholten added this to the 2.53.0 milestone Nov 22, 2025
Copy link
Copy Markdown
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit 0952a2e into DefectDojo:dev Nov 25, 2025
150 checks passed
Maffooch pushed a commit to valentijnscholten/django-DefectDojo that referenced this pull request Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants