Method: Blazer::DataSource#cache_slow_threshold

Defined in:
lib/blazer/data_source.rb

#cache_slow_thresholdObject



69
70
71
# File 'lib/blazer/data_source.rb', line 69

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