Skip to content

fix(nsmaster): allow larger request body#1212

Open
peterthomassen wants to merge 1 commit into
mainfrom
20260724_pdns_maxbody
Open

fix(nsmaster): allow larger request body#1212
peterthomassen wants to merge 1 commit into
mainfrom
20260724_pdns_maxbody

Conversation

@peterthomassen

Copy link
Copy Markdown
Member

As our number of domains grew, this is now needed to provision the catalog zone, which is done when API container (re)starts. We currently have a hotfix in production.

Comment thread api/api/settings.py
# pdns accepts request payloads of this size.
# This will hopefully soon be configurable: https://github.com/PowerDNS/pdns/pull/7550
PDNS_MAX_BODY_SIZE = 16 * 1024 * 1024
PDNS_MAX_BODY_SIZE = 32 * 1024 * 1024

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Comment above seems stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants