mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 23:31:42 +00:00
no juntar estadísticas por mes y año todavía
la forma en que las estamos recopilando es rápida pero no acumulativa, entonces los números siempre dan mal.
This commit is contained in:
parent
f1137c6ed2
commit
332ae66b8a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Registran cuándo fue la última recolección de datos.
|
||||
class Stat < ApplicationRecord
|
||||
# XXX: Los intervalos van en orden de mayor especificidad a menor
|
||||
INTERVALS = %i[day month year].freeze
|
||||
INTERVALS = %i[day].freeze
|
||||
RESOURCES = %i[builds space_used build_time].freeze
|
||||
COLUMNS = %i[http_referer geoip2_data_country_name].freeze
|
||||
|
||||
|
|
Loading…
Reference in a new issue