Skip to content

Commit

Permalink
Add new hydra timeout variables to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Mar 4, 2024
1 parent e716e1d commit 1d687c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ 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 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 1d687c2

Please sign in to comment.