From 269476cdd99e2a19ea7d7d1ef91d657248f917e6 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 15 Sep 2024 11:35:33 -0400 Subject: [PATCH] Revert "Disable the cost analyzer" This reverts commit d1434112f69cb43dc64d02d116d8a3f919582794. --- src/Tgstation.Server.Host/Core/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 3667364722..353d0063a9 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -294,7 +294,7 @@ namespace Tgstation.Server.Host.Core // configure graphql if (postSetupServices.InternalConfiguration.EnableGraphQL) services - .AddGraphQLServer(disableCostAnalyzer: true) + .AddGraphQLServer() .AddAuthorization() .ModifyOptions(options => {