Skip to content

Commit 9853845

Browse files
Update src/a2a/server/apps/jsonrpc/jsonrpc_app.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1bf61b2 commit 9853845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = 10_000_000
94+
MAX_CONTENT_LENGTH = 10 * 1_000_000
9595

9696

9797
class StarletteUserProxy(A2AUser):

0 commit comments

Comments
 (0)