Skip to content

Commit 4ab2e76

Browse files
committed
Limit QN gql resolvers execution instead of http requests time
1 parent 1d687c2 commit 4ab2e76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ HYDRA_INDEXER_GATEWAY_PORT=4000
4545
# Default GraphQL server host. It is required during "query-node config:dev"
4646
GRAPHQL_SERVER_HOST=localhost
4747

48-
# Query node request maximum time
49-
GRAPHQL_SERVER_REQUEST_TIMEOUT=2000
48+
# Query node resolver execution maximum time
49+
GRAPHQL_SERVER_RESOLVER_TIMEOUT=2000
5050

5151
# Query node maximum DB request time
5252
GRAPHQL_SERVER_DB_QUERY_TIMEOUT=1000

0 commit comments

Comments
 (0)