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.
2 parents c89f890 + a05ce91 commit b1868dbCopy full SHA for b1868db
1 file changed
src/Exceptions/Request/RequestException.php
@@ -27,7 +27,7 @@ class RequestException extends SaloonException
27
/**
28
* Maximum length allowed for the body
29
*/
30
- protected int $maxBodyLength = 200;
+ protected int $maxBodyLength = 2_000;
31
32
33
* Create the RequestException
0 commit comments