Skip to content

Commit 57e1cd3

Browse files
committed
Undo gemini change
1 parent 1d62c80 commit 57e1cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

9696

9797
class StarletteUserProxy(A2AUser):

0 commit comments

Comments
 (0)