Module: Selma::Config

Defined in:
lib/selma/config.rb

Constant Summary collapse

OPTIONS =
{
  memory: {
    max_allowed_memory_usage: nil,
    preallocated_parsing_buffer_size: nil,
  },
}