mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
parent
f9c9e1f076
commit
65d54c5e8c
1
changelog.d/6418.bugfix
Normal file
1
changelog.d/6418.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix phone home stats reporting.
|
@ -585,7 +585,7 @@ def run(hs):
|
|||||||
def performance_stats_init():
|
def performance_stats_init():
|
||||||
_stats_process.clear()
|
_stats_process.clear()
|
||||||
_stats_process.append(
|
_stats_process.append(
|
||||||
(int(hs.get_clock().time(), resource.getrusage(resource.RUSAGE_SELF)))
|
(int(hs.get_clock().time()), resource.getrusage(resource.RUSAGE_SELF))
|
||||||
)
|
)
|
||||||
|
|
||||||
def start_phone_stats_home():
|
def start_phone_stats_home():
|
||||||
|
Loading…
Reference in New Issue
Block a user