We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d62c80 commit 57e1cd3Copy full SHA for 57e1cd3
src/a2a/server/apps/jsonrpc/jsonrpc_app.py
@@ -91,7 +91,7 @@
91
Response = Any
92
HTTP_413_REQUEST_ENTITY_TOO_LARGE = Any
93
94
-MAX_CONTENT_LENGTH = 10 * 1_000_000
+MAX_CONTENT_LENGTH = 10_000_000
95
96
97
class StarletteUserProxy(A2AUser):
0 commit comments