More fixes

This commit is contained in:
AffectedArc07
2021-08-15 22:49:46 +01:00
parent 51e22b45e0
commit 09e86494a5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ SUBSYSTEM_DEF(garbage)
var/i = 0
for(var/list/L in queues)
i++
.["queue_[i]"] = length(L)
cust["queue_[i]"] = length(L)
.["custom"] = cust
+1
View File
@@ -3,6 +3,7 @@ SUBSYSTEM_DEF(metrics)
wait = 1 MINUTES
offline_implications = "Server metrics will no longer be ingested into monitoring systems. No immediate action is needed."
runlevels = RUNLEVEL_LOBBY | RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME // ALL THE LEVELS
flags = SS_KEEP_TIMING // This needs to ingest every IRL minute
/// The real time of day the server started. Used to calculate time drift
var/world_init_time = 0 // Not set in here. Set in world/New()