Files
Bubberstation/code/modules/research/techweb/_techweb.dm
SkyratBot 1ba7b9f254 [MIRROR] Only log research when the MC is running (saves 0.4s of init time, but it depends on I/O) [MDB IGNORE] (#17841)
* Only log research when the MC is running (saves 0.4s of init time, but it depends on I/O) (#71584)

The recent R&D PR introduced a very large regression in init time
performance, as this always logs 300+ lines every single round, from the
station techwebs, CentCom techwebs, and more. This isn't helpful for
developers or admins, so limits logs to only after the MC is running,
which will mean user triggers.

* Only log research when the MC is running (saves 0.4s of init time, but it depends on I/O)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2022-12-01 01:06:12 +00:00

19 KiB