mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
Fix shutdown hanging if the db went away. gives shutdowns a time out. improves db shutdown logging (#81813) terry right now: ``` [20:11:31] Runtime in code/controllers/subsystem/dbcore.dm,353: Attempting to create a new db query during the world shutdown ... [21:25:29] Runtime in code/controllers/subsystem/dbcore.dm,353: Attempting to create a new db query during the world shutdown ``` Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>