Skip to content

Commit

Permalink
Add new QN timeout variables to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Mar 14, 2024
1 parent e716e1d commit d0d642e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ HYDRA_INDEXER_GATEWAY_PORT=4000
# Default GraphQL server host. It is required during "query-node config:dev"
GRAPHQL_SERVER_HOST=localhost

# GraphQL server resolver execution maximum time
WARTHOG_RESOLVER_TIMEOUT_MS=2000

# GraphQL server maximum number of relations a resolver can query in parallel
WARTHOG_RELATION_CONCURRENCY=30

# GraphQL server maximum DB request time
GRAPHQL_SERVER_DB_QUERY_TIMEOUT=1000

# Websocket RPC endpoint containers will use.
JOYSTREAM_NODE_WS=ws://joystream-node:9944/

Expand Down

0 comments on commit d0d642e

Please sign in to comment.