5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:44:15 +00:00
This commit is contained in:
f 2022-04-26 18:50:11 -03:00
parent 3b19d8f792
commit 479ca7430f

View file

@ -57,4 +57,8 @@ class StatCollectionJob < PeriodicJob
def options
@options ||= { interval: starting_interval, update: true }
end
def stat_name
STAT_NAME
end
end