usar menos intervalos

las horas y semanas generan demasiados rollups
This commit is contained in:
f 2021-10-20 12:58:19 -03:00
parent cc3535097e
commit 1497113f73

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
class Stat < ApplicationRecord
INTERVALS = %i[hour day week month year].freeze
INTERVALS = %i[year month day].freeze
RESOURCES = %i[builds space_used build_time].freeze
end