lib/honeybadger/config/defaults.rb in honeybadger-4.4.2 vs lib/honeybadger/config/defaults.rb in honeybadger-4.5.0
- old
+ new
@@ -79,10 +79,10 @@
default: true,
type: Boolean
},
max_queue_size: {
description: 'Maximum number of items for each worker queue.',
- default: 1000,
+ default: 100,
type: Integer
},
plugins: {
description: 'An optional list of plugins to load. Default is to load all plugins.',
default: nil,