Method: Mail::Header.maximum_amount
- Defined in:
- lib/mail/header.rb
.maximum_amount ⇒ Object
Large amount of headers in Email might create extra high CPU load Use this parameter to limit number of headers that will be parsed by mail library. Default: 1000
31 32 33 |
# File 'lib/mail/header.rb', line 31 def self.maximum_amount @@maximum_amount end |