lib/dumper/agent.rb in dumper-1.1.1 vs lib/dumper/agent.rb in dumper-1.1.2

- old
+ new

@@ -4,10 +4,10 @@ module Dumper class Agent include Dumper::Utility::LoggingMethods API_VERSION = 1 - MAX_FILESIZE = 2.gigabytes + MAX_FILESIZE = 2147483648 # 2.gigabytes attr_reader :stack, :max_filesize class << self def start(options = {})