fix(graphql): increase graphql timeout untill we can improuve API perf
This commit is contained in:
parent
a8f7ce77c3
commit
bb100c610f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue