Limit saving admin logs to one task (#19146)
This commit is contained in:
@@ -26,6 +26,7 @@ public sealed class AdminLogSystem : EntitySystem
|
||||
|
||||
public override void Shutdown()
|
||||
{
|
||||
base.Shutdown();
|
||||
_adminLogs.Shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user