Skip to content

Commit 1697665

Browse files
committed
fixed environment-variables description
1 parent d02a0f2 commit 1697665

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/environment-variables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ those.
8686
may use (in bytes, defaults to 256MB).
8787
- `GRAPH_MAX_IPFS_CACHE_SIZE`: maximum number of files cached (defaults to 50).
8888
- `GRAPH_MAX_IPFS_CACHE_FILE_SIZE`: maximum size of each cached file (in bytes, defaults to 1MiB).
89-
- `GRAPH_IPFS_REQUEST_LIMIT`: Limits the number of requests per second to IPFS for file data sources.
90-
- `GRAPH_IPFS_MAX_ATTEMPTS`: Safety mechanism to prevent infinite spamming
91-
of IPFS servers in the event of logical or unhandled deterministic
92-
error (default: 100 000)
93-
Defaults to 100.
89+
- `GRAPH_IPFS_REQUEST_LIMIT`: Limits the number of requests per second to IPFS for file data sources. Defaults to 100.
90+
- `GRAPH_IPFS_MAX_ATTEMPTS`: This limits the IPFS retry requests in case of a
91+
file not found or logical issue working as a safety mechanism to
92+
prevent infinite spamming of IPFS servers and network congestion
93+
(default: 100 000).
9494

9595
## GraphQL
9696

0 commit comments

Comments
 (0)