Increase complexity

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-11-02 19:49:01 +01:00
parent b12cea5ead
commit f44e466194
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -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