Skip to content

Commit b1868db

Browse files
authored
Merge pull request #503 from saloonphp/feature/increase-exception-body-message-limit
Feature | Increase Exception Body Message Limit
2 parents c89f890 + a05ce91 commit b1868db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/Request/RequestException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class RequestException extends SaloonException
2727
/**
2828
* Maximum length allowed for the body
2929
*/
30-
protected int $maxBodyLength = 200;
30+
protected int $maxBodyLength = 2_000;
3131

3232
/**
3333
* Create the RequestException

0 commit comments

Comments
 (0)