Method: Blazer::DataSource#cache_slow_threshold

Defined in:
lib/blazer/data_source.rb

#cache_slow_thresholdObject



71
72
73
# File 'lib/blazer/data_source.rb', line 71

def cache_slow_threshold
  (cache["slow_threshold"] || 15).to_f
end