This commit is contained in:
AffectedArc07
2021-08-17 19:51:25 +01:00
parent 4590736dc6
commit eb03d055b1
+1 -1
View File
@@ -3,7 +3,7 @@ SUBSYSTEM_DEF(metrics)
wait = 30 SECONDS
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
flags = SS_KEEP_TIMING // This needs to ingest every 30 IRL seconds, not ingame seconds.
/// 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()