From f44e46619428648be28aa805b628008d1931025f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 2 Nov 2021 19:49:01 +0100 Subject: [PATCH] Increase complexity Signed-off-by: Thomas Citharel --- lib/web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/router.ex b/lib/web/router.ex index dec18e3aa..e4f0234b5 100644 --- a/lib/web/router.ex +++ b/lib/web/router.ex @@ -92,7 +92,7 @@ defmodule Mobilizon.Web.Router do forward("/", Absinthe.Plug, schema: Mobilizon.GraphQL.Schema, analyze_complexity: true, - max_complexity: 200 + max_complexity: 250 ) end