Skip to content

Commit

Permalink
Increase max payload from 128kb to 1MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon de Andres committed Sep 7, 2016
1 parent 6aa168b commit 1333e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rollbar/truncation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Rollbar
module Truncation
extend ::Rollbar::Truncation::Mixin

MAX_PAYLOAD_SIZE = 128 * 1024 # 128kb
MAX_PAYLOAD_SIZE = 1024**2 # 1MB
STRATEGIES = [RawStrategy,
FramesStrategy,
StringsStrategy,
Expand Down

0 comments on commit 1333e48

Please sign in to comment.