Skip to content

Commit

Permalink
fix(graphql): increase graphql timeout untill we can improuve API perf
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Aug 2, 2023
1 parent 275ebb6 commit ef91d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/api/v2/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def handle_timeout(error, query)
end
end

use Timeout, max_seconds: 10
use Timeout, max_seconds: 30
use GraphQL::Batch
use GraphQL::Backtrace

Expand Down

0 comments on commit ef91d2f

Please sign in to comment.