Skip to content

Commit 1bf61b2

Browse files
committed
fix: change MAX_CONTENT_LENGTH to be larger size (10mb)
1 parent d585635 commit 1bf61b2

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

src/a2a/server/apps/jsonrpc/jsonrpc_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
Response = Any
9292
HTTP_413_REQUEST_ENTITY_TOO_LARGE = Any
9393

94-
MAX_CONTENT_LENGTH = 1_000_000
94+
MAX_CONTENT_LENGTH = 10_000_000
9595

9696

9797
class StarletteUserProxy(A2AUser):

uv.lock

Lines changed: 44 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)