fix(graphql): increase graphql timeout untill we can improuve API perf

This commit is contained in:
Paul Chavard 2023-08-02 10:11:29 +02:00
parent a8f7ce77c3
commit bb100c610f

View file

@ -138,7 +138,7 @@ class API::V2::Schema < GraphQL::Schema
end
end
use Timeout, max_seconds: 10
use Timeout, max_seconds: 30
use GraphQL::Batch
use GraphQL::Backtrace