mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 10:51:42 +00:00
nombre
This commit is contained in:
parent
3b19d8f792
commit
479ca7430f
1 changed files with 4 additions and 0 deletions
|
@ -57,4 +57,8 @@ class StatCollectionJob < PeriodicJob
|
||||||
def options
|
def options
|
||||||
@options ||= { interval: starting_interval, update: true }
|
@options ||= { interval: starting_interval, update: true }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def stat_name
|
||||||
|
STAT_NAME
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue