Method code for $lag_watcher.startup()

[Turn off line numbering]
  1: arg @args;
  2: 
  3: // Called by $sys.startup()
  4: (> .perms(sender(), 'manager) <);
  5: lags = [];
  6: last_time = time();
  7: $heart.add_heartbeat(14);

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

Tlon