Skip to content

Commit

Permalink
#424: match MAX_PAYLOAD_SIZE with the latest documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Dec 17, 2018
1 parent 8ceccfd commit a2292fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Truncation/Truncation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Truncation
{
const MAX_PAYLOAD_SIZE = 524288; // 512 * 1024
const MAX_PAYLOAD_SIZE = 131072; // 128 * 1024

protected static $truncationStrategies = array(
"Rollbar\Truncation\FramesStrategy",
Expand Down

0 comments on commit a2292fe

Please sign in to comment.