We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d687c2 commit 4ab2e76Copy full SHA for 4ab2e76
1 file changed
.env
@@ -45,8 +45,8 @@ HYDRA_INDEXER_GATEWAY_PORT=4000
45
# Default GraphQL server host. It is required during "query-node config:dev"
46
GRAPHQL_SERVER_HOST=localhost
47
48
-# Query node request maximum time
49
-GRAPHQL_SERVER_REQUEST_TIMEOUT=2000
+# Query node resolver execution maximum time
+GRAPHQL_SERVER_RESOLVER_TIMEOUT=2000
50
51
# Query node maximum DB request time
52
GRAPHQL_SERVER_DB_QUERY_TIMEOUT=1000
0 commit comments