You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment-variables.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,11 +112,7 @@ those.
112
112
result is checked while the response is being constructed, so that
113
113
execution does not take more memory than what is configured. The default
114
114
value for both is unlimited.
115
-
-`GRAPH_GRAPHQL_MAX_OPERATIONS_PER_CONNECTION`: maximum number of GraphQL
116
-
operations per WebSocket connection. Any operation created after the limit
117
-
will return an error to the client. Default: 1000.
118
115
-`GRAPH_GRAPHQL_HTTP_PORT` : Port for the GraphQL HTTP server
119
-
-`GRAPH_GRAPHQL_WS_PORT` : Port for the GraphQL WebSocket server
120
116
-`GRAPH_SQL_STATEMENT_TIMEOUT`: the maximum number of seconds an
121
117
individual SQL query is allowed to take during GraphQL
122
118
execution. Default: unlimited
@@ -181,11 +177,10 @@ those.
181
177
query, and the `query_id` of the GraphQL query that caused the SQL
182
178
query. These SQL queries are marked with `component: GraphQlRunner` There
183
179
are additional SQL queries that get logged when `sql` is given. These are
184
-
queries caused by mappings when processing blocks for a subgraph, and
185
-
queries caused by subscriptions. If `cache` is present in addition to
186
-
`gql`, also logs information for each toplevel GraphQL query field
187
-
whether that could be retrieved from cache or not. Defaults to no
188
-
logging.
180
+
queries caused by mappings when processing blocks for a subgraph. If
181
+
`cache` is present in addition to `gql`, also logs information for each
182
+
toplevel GraphQL query field whether that could be retrieved from cache
183
+
or not. Defaults to no logging.
189
184
-`GRAPH_LOG_TIME_FORMAT`: Custom log time format.Default value is `%b %d %H:%M:%S%.3f`. More information [here](https://docs.rs/chrono/latest/chrono/#formatting-and-parsing).
190
185
-`STORE_CONNECTION_POOL_SIZE`: How many simultaneous connections to allow to the store.
191
186
Due to implementation details, this value may not be strictly adhered to. Defaults to 10.
0 commit comments