File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments