mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-01 10:15:23 +01:00
752496d91f
The typical hard del costs 300ms of time, but Hard Dels only get reported to the Sentry logs if they exceed 500ms, which only an extremely tiny minority of them ever get past. In actual practice we only need to ignore the hard dels that are under 200ms because only the two "Roundstart subsystem hard dels" will ever be below that number and can be ignored. ALL other hard dels should be reported with the details required to fix them, especially so that I can have actually usable information about what is causing them and what I need to fix.