Skip to content

Commit

Permalink
Limit QN gql resolvers execution instead of http requests time
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Mar 8, 2024
1 parent 1d687c2 commit 4ab2e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ HYDRA_INDEXER_GATEWAY_PORT=4000
# Default GraphQL server host. It is required during "query-node config:dev"
GRAPHQL_SERVER_HOST=localhost

# Query node request maximum time
GRAPHQL_SERVER_REQUEST_TIMEOUT=2000
# Query node resolver execution maximum time
GRAPHQL_SERVER_RESOLVER_TIMEOUT=2000

# Query node maximum DB request time
GRAPHQL_SERVER_DB_QUERY_TIMEOUT=1000
Expand Down

0 comments on commit 4ab2e76

Please sign in to comment.