diff --git a/src/Truncation/Truncation.php b/src/Truncation/Truncation.php index 2840a7a7..4793bff3 100644 --- a/src/Truncation/Truncation.php +++ b/src/Truncation/Truncation.php @@ -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",