We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6815a15 commit 6c87f8fCopy full SHA for 6c87f8f
src/tribler/core/components/restapi/rest/rest_endpoint.py
@@ -23,7 +23,7 @@
23
HTTP_REQUEST_ENTITY_TOO_LARGE = 413
24
HTTP_INTERNAL_SERVER_ERROR = 500
25
26
-MAX_REQUEST_SIZE = 2 * 1024 ** 2 # 2MB
+MAX_REQUEST_SIZE = 16 * 1024 ** 2 # 16 MB
27
28
29
class RESTEndpoint:
0 commit comments