Method: QaServer::Configuration#max_performance_cache_size
- Defined in:
- lib/qa_server/configuration.rb
#max_performance_cache_size ⇒ Object
231 232 233 |
# File 'lib/qa_server/configuration.rb', line 231 def max_performance_cache_size @max_performance_cache_size ||= convert_size_to_bytes(ENV['MAX_PERFORMANCE_CACHE_SIZE']) || 32.megabytes end |