Increase complexity
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b12cea5ead
commit
f44e466194
|
@ -92,7 +92,7 @@ defmodule Mobilizon.Web.Router do
|
||||||
forward("/", Absinthe.Plug,
|
forward("/", Absinthe.Plug,
|
||||||
schema: Mobilizon.GraphQL.Schema,
|
schema: Mobilizon.GraphQL.Schema,
|
||||||
analyze_complexity: true,
|
analyze_complexity: true,
|
||||||
max_complexity: 200
|
max_complexity: 250
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue