chore: (trigger) add WEBHOOK_REQUEST_BODY_MAX_SIZE (#25217)

This commit is contained in:
非法操作
2025-09-05 12:23:11 +08:00
committed by GitHub
parent 88af8ed374
commit 68f73410fc
7 changed files with 35 additions and 1 deletions

View File

@ -434,6 +434,9 @@ HTTP_REQUEST_NODE_MAX_BINARY_SIZE=10485760
HTTP_REQUEST_NODE_MAX_TEXT_SIZE=1048576
HTTP_REQUEST_NODE_SSL_VERIFY=True
# Webhook request configuration
WEBHOOK_REQUEST_BODY_MAX_SIZE=10485760
# Respect X-* headers to redirect clients
RESPECT_XFORWARD_HEADERS_ENABLED=false