Method: Honeybadger::Config#max_queue_size

Defined in:
lib/honeybadger/config.rb

#max_queue_sizeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



244
245
246
# File 'lib/honeybadger/config.rb', line 244

def max_queue_size
  self[:max_queue_size]
end