Blackbox no longer records data after round ends (#28390)

This commit is contained in:
Jordan Brown
2017-06-15 09:48:01 -04:00
committed by Leo
parent d8efde7585
commit be17cf33ef
3 changed files with 33 additions and 1 deletions

View File

@@ -41,7 +41,8 @@
// Subsystems shutdown in the reverse of the order they initialize in
// The numbers just define the ordering, they are meaningless otherwise.
#define INIT_ORDER_DBCORE 17
#define INIT_ORDER_DBCORE 18
#define INIT_ORDER_BLACKBOX 17
#define INIT_ORDER_SERVER_MAINT 16
#define INIT_ORDER_JOBS 15
#define INIT_ORDER_EVENTS 14