lib/sidekiq/throttled/web/stats.rb in sidekiq-throttled-0.5.0 vs lib/sidekiq/throttled/web/stats.rb in sidekiq-throttled-0.6.0
- old
+ new
@@ -1,10 +1,9 @@
# frozen_string_literal: true
module Sidekiq
module Throttled
module Web
# Throttle strategy stats generation helper
- # @private
class Stats
TIME_CONVERSION = [
[60 * 60 * 24, "day", "days"],
[60 * 60, "hour", "hours"],
[60, "minute", "minutes"],