Method code for $lag_watcher.startup()

[Turn on line numbering]
arg @args;

// Called by $sys.startup()
(> .perms(sender(), 'manager) <);
lags = [];
last_time = time();
$heart.add_heartbeat(14);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon